#AB965F

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

Shades of Barley Corn #AB965F

Tints of Barley Corn #AB965F

Color information

#AB965F (or 0xAB965F) is unknown color: approx Barley Corn. HEX triplet: AB, 96 and 5F. RGB value is (171,150,95). Sum of RGB (Red+Green+Blue) = 171+150+95=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB965F is #5469A0. Grayscale: #969696. Windows color (decimal): -5532065 or 6264491. OLE color: 6264491.

HSL color Cylindrical-coordinate representation of color #AB965F: hue angle of 43.42º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB965F is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17115095-
CMYK00.120.440.33
HSL43.42º31.15%52.16%-
HSV(B)43.42º44.44%67.06%-
XYZ29.7731.315.3-
YUV150.0196.96142.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 150 (58.98% from 255) = 36.06%
BLUE value IS 95 (37.5% from 255) = 22.84%
R=41.11%
G=36.06%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711509500.120.440.3343.4231.1552.16
HexAB965F0C2C212b1f34
Octal2532261370145441533764
Binary101010111001011010111110110010110010000110101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB965F; }

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

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

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

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

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

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

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

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