#AB9668

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

Shades of Barley Corn #AB9668

Tints of Barley Corn #AB9668

Color information

#AB9668 (or 0xAB9668) is unknown color: approx Barley Corn. HEX triplet: AB, 96 and 68. RGB value is (171,150,104). Sum of RGB (Red+Green+Blue) = 171+150+104=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9668 is #546997. Grayscale: #979797. Windows color (decimal): -5532056 or 6854315. OLE color: 6854315.

HSL color Cylindrical-coordinate representation of color #AB9668: hue angle of 41.19º degrees, saturation: 0.29, 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 #AB9668 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB171150104-
CMYK00.120.390.33
HSL41.19º28.51%53.92%-
HSV(B)41.19º39.18%67.06%-
XYZ30.231.4717.58-
YUV151.04101.46142.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 104 (41.02% from 255) = 24.47%
R=40.24%
G=35.29%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115010400.120.390.3341.1928.5153.92
HexAB96680C2721291d36
Octal2532261500144741513566
Binary101010111001011011010000110010011110000110100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9668; }

 p { color: rgb(171,150,104); }

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

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

 a { background-color: rgb(171,150,104); }

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

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

 span { border-color: rgb(171,150,104); }

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