#AB965B

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

Shades of Barley Corn #AB965B

Tints of Barley Corn #AB965B

Color information

#AB965B (or 0xAB965B) is unknown color: approx Barley Corn. HEX triplet: AB, 96 and 5B. RGB value is (171,150,91). Sum of RGB (Red+Green+Blue) = 171+150+91=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB965B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB965B is #5469A4. Grayscale: #959595. Windows color (decimal): -5532069 or 6002347. OLE color: 6002347.

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

Color convert

RGB17115091-
CMYK00.120.470.33
HSL44.25º32.26%51.37%-
HSV(B)44.25º46.78%67.06%-
XYZ29.5931.2314.37-
YUV149.5594.96143.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.50%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 91 (35.94% from 255) = 22.09%
R=41.50%
G=36.41%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711509100.120.470.3344.2532.2651.37
HexAB965B0C2F212c2033
Octal2532261330145741544063
Binary1010101110010110101101101100101111100001101100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB965B; }

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

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

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

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

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

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

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

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