#AB945A

Color #AB945A Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #AB945A

Tints of Barley Corn #AB945A

Color information

#AB945A (or 0xAB945A) is unknown color: approx Barley Corn. HEX triplet: AB, 94 and 5A. RGB value is (171,148,90). Sum of RGB (Red+Green+Blue) = 171+148+90=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB945A is #546BA5. Grayscale: #949494. Windows color (decimal): -5532582 or 5936299. OLE color: 5936299.

HSL color Cylindrical-coordinate representation of color #AB945A: hue angle of 42.96º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB945A is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17114890-
CMYK00.130.470.33
HSL42.96º32.53%51.18%-
HSV(B)42.96º47.37%67.06%-
XYZ29.2330.5814.03-
YUV148.2695.12144.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 41.81%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 90 (35.55% from 255) = 22.00%
R=41.81%
G=36.19%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711489000.130.470.3342.9632.5351.18
HexAB945A0D2F212b2133
Octal2532241320155741534163
Binary1010101110010100101101001101101111100001101011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB945A; }

 p { color: rgb(171,148,90); }

 H1.HeaderClassName
 {
   color: #AB945A;
 }
 .AnyTagClassName
 {
   color: #AB945A;
 }
</style>
background-color css

<style>
 a { background-color: #AB945A; }

 a { background-color: rgb(171,148,90); }

 div.DivClassName
 {
   background-color: #AB945A;
 }
 .BgClassName
 {
   background-color: #AB945A;
 }
</style>
border-color css

<style>
 span { border-color: #AB945A; }

 span { border-color: rgb(171,148,90); }

 td.TdClassName
 {
   border-color: #AB945A;
 }
 .TagClassName
 {
   border-color: #AB945A;
 }
</style>