Html Css Color HEX #AC9A66 Barley Corn

📋 copy color: '#AC9A66'

red 172 ◦ green 154 ◦ blue 102

#AC9A66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barley Corn #AC9A66

Tints of Barley Corn #AC9A66

RGB

 RED value IS 172 (67.58% from 255) = 40.19%

 GREEN value IS 154 (60.55% from 255) = 35.98%

 BLUE value IS 102 (40.23% from 255) = 23.83%

R = 40.19%
G = 35.98%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC9A66 (or 0xAC9A66) is known color: Barley Corn. HEX triplet: AC, 9A and 66. RGB value is (172,154,102). Sum of RGB (Red+Green+Blue) = 172+154+102=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A66 is #536599. Grayscale: #999999. Windows color (decimal): -5465498 or 6724268. OLE color: 6724268.

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

Color convert

RGB 172 154 102 -
CMYK 0 0.10 0.41 0.33
HSL 44.57º 0.3% 0.54% -
HSV(B) 44.57º 0.41% 0.67% -
XYZ 30.97 32.84 17.28 -
YUV 153.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 172 154 102 0 0.10 0.41 0.33 44.57 0.3 0.54
Hex AC 9A 66 0 A 29 21 2D 1E 36
Octal 254 232 146 0 12 51 41 55 36 66
Binary 10101100 10011010 1100110 0 1010 101001 100001 101101 11110 110110

Color Harmonies of #AC9A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A66

Black with #AC9A66

Text Example


Text Example

White with #AC9A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A66; }

 p { color: rgb(172,154,102); }

 H1.HeaderClassName
 {
   color: #AC9A66;
 }
 .AnyTagClassName
 {
   color: #AC9A66;
 }
</style>

background-color css

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

 a { background-color: rgb(172,154,102); }

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

border-color css

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

 span { border-color: rgb(172,154,102); }

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