#AB9569

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

Shades of Barley Corn #AB9569

Tints of Barley Corn #AB9569

Color information

#AB9569 (or 0xAB9569) is unknown color: approx Barley Corn. HEX triplet: AB, 95 and 69. RGB value is (171,149,105). Sum of RGB (Red+Green+Blue) = 171+149+105=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9569 is #546A96. Grayscale: #969696. Windows color (decimal): -5532311 or 6919595. OLE color: 6919595.

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

Color convert

RGB171149105-
CMYK00.130.390.33
HSL40º28.21%54.12%-
HSV(B)40º38.6%67.06%-
XYZ30.0931.1717.8-
YUV150.56102.29142.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 105 (41.41% from 255) = 24.71%
R=40.24%
G=35.06%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114910500.130.390.334028.2154.12
HexAB95690D2721281c36
Octal2532251510154741503466
Binary101010111001010111010010110110011110000110100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9569; }

 p { color: rgb(171,149,105); }

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

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

 a { background-color: rgb(171,149,105); }

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

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

 span { border-color: rgb(171,149,105); }

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