#AB9765

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

Shades of Barley Corn #AB9765

Tints of Barley Corn #AB9765

Color information

#AB9765 (or 0xAB9765) is unknown color: approx Barley Corn. HEX triplet: AB, 97 and 65. RGB value is (171,151,101). Sum of RGB (Red+Green+Blue) = 171+151+101=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9765 is #54689A. Grayscale: #979797. Windows color (decimal): -5531803 or 6657963. OLE color: 6657963.

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

Color convert

RGB171151101-
CMYK00.120.410.33
HSL42.86º29.41%53.33%-
HSV(B)42.86º40.94%67.06%-
XYZ30.2131.7316.84-
YUV151.2899.63142.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 151 (59.38% from 255) = 35.70%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=40.43%
G=35.70%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115110100.120.410.3342.8629.4153.33
HexAB97650C29212b1d35
Octal2532271450145141533565
Binary101010111001011111001010110010100110000110101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9765; }

 p { color: rgb(171,151,101); }

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

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

 a { background-color: rgb(171,151,101); }

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

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

 span { border-color: rgb(171,151,101); }

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