#AB945B

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

Shades of Barley Corn #AB945B

Tints of Barley Corn #AB945B

Color information

#AB945B (or 0xAB945B) is unknown color: approx Barley Corn. HEX triplet: AB, 94 and 5B. RGB value is (171,148,91). Sum of RGB (Red+Green+Blue) = 171+148+91=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB945B is #546BA4. Grayscale: #949494. Windows color (decimal): -5532581 or 6001835. OLE color: 6001835.

HSL color Cylindrical-coordinate representation of color #AB945B: hue angle of 42.75º degrees, saturation: 0.32, 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 #AB945B is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17114891-
CMYK00.130.470.33
HSL42.75º32.26%51.37%-
HSV(B)42.75º46.78%67.06%-
XYZ29.2730.5914.26-
YUV148.3895.62144.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 148 (58.20% from 255) = 36.10%
BLUE value IS 91 (35.94% from 255) = 22.20%
R=41.71%
G=36.10%
B=22.20%

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
Decimal1711489100.130.470.3342.7532.2651.37
HexAB945B0D2F212b2033
Octal2532241330155741534063
Binary1010101110010100101101101101101111100001101011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB945B; }

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

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

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

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

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

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

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

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