#AC9765

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

Shades of Barley Corn #AC9765

Tints of Barley Corn #AC9765

Color information

#AC9765 (or 0xAC9765) is unknown color: approx Barley Corn. HEX triplet: AC, 97 and 65. RGB value is (172,151,101). Sum of RGB (Red+Green+Blue) = 172+151+101=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9765 is #53689A. Grayscale: #979797. Windows color (decimal): -5466267 or 6657964. OLE color: 6657964.

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

Color convert

RGB172151101-
CMYK00.120.410.33
HSL42.25º29.96%53.53%-
HSV(B)42.25º41.28%67.45%-
XYZ30.4331.8416.85-
YUV151.5899.46142.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 101 (39.84% from 255) = 23.82%
R=40.57%
G=35.61%
B=23.82%

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
Decimal17215110100.120.410.3342.2529.9653.53
HexAC97650C29212a1e36
Octal2542271450145141523666
Binary101011001001011111001010110010100110000110101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9765; }

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

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

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

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

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

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

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

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