#AB9666

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

Shades of Barley Corn #AB9666

Tints of Barley Corn #AB9666

Color information

#AB9666 (or 0xAB9666) is unknown color: approx Barley Corn. HEX triplet: AB, 96 and 66. RGB value is (171,150,102). Sum of RGB (Red+Green+Blue) = 171+150+102=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9666 is #546999. Grayscale: #979797. Windows color (decimal): -5532058 or 6723243. OLE color: 6723243.

HSL color Cylindrical-coordinate representation of color #AB9666: hue angle of 41.74º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB9666 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB171150102-
CMYK00.120.400.33
HSL41.74º29.11%53.53%-
HSV(B)41.74º40.35%67.06%-
XYZ30.131.4317.05-
YUV150.81100.46142.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 150 (58.98% from 255) = 35.46%
BLUE value IS 102 (40.23% from 255) = 24.11%
R=40.43%
G=35.46%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115010200.120.400.3341.7429.1153.53
HexAB96660C28212a1d36
Octal2532261460145041523566
Binary101010111001011011001100110010100010000110101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9666; }

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

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

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

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

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

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

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

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