#AC9767

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

Shades of Barley Corn #AC9767

Tints of Barley Corn #AC9767

Color information

#AC9767 (or 0xAC9767) is unknown color: approx Barley Corn. HEX triplet: AC, 97 and 67. RGB value is (172,151,103). Sum of RGB (Red+Green+Blue) = 172+151+103=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9767 is #536898. Grayscale: #989898. Windows color (decimal): -5466265 or 6789036. OLE color: 6789036.

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

Color convert

RGB172151103-
CMYK00.120.400.33
HSL41.74º29.36%53.92%-
HSV(B)41.74º40.12%67.45%-
XYZ30.5331.8817.38-
YUV151.81100.46142.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 103 (40.62% from 255) = 24.18%
R=40.38%
G=35.45%
B=24.18%

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
Decimal17215110300.120.400.3341.7429.3653.92
HexAC97670C28212a1d36
Octal2542271470145041523566
Binary101011001001011111001110110010100010000110101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9767; }

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

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

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

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

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

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

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

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