Html Css Color HEX #AC9964 Barley Corn

📋 copy color: '#AC9964'

red 172 ◦ green 153 ◦ blue 100

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

Shades of Barley Corn #AC9964

Tints of Barley Corn #AC9964

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36%

 BLUE value IS 100 (39.45% from 255) = 23.53%

R = 40.47%
G = 36%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC9964 (or 0xAC9964) is known color: Barley Corn. HEX triplet: AC, 99 and 64. RGB value is (172,153,100). Sum of RGB (Red+Green+Blue) = 172+153+100=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9964 is #53669B. Grayscale: #989898. Windows color (decimal): -5465756 or 6592940. OLE color: 6592940.

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

Color convert

RGB 172 153 100 -
CMYK 0 0.11 0.42 0.33
HSL 44.17º 0.3% 0.53% -
HSV(B) 44.17º 0.42% 0.67% -
XYZ 30.7 32.47 16.71 -
YUV 152.64 98.29 141.81 -
System Red Green Blue C M Y K H S L
Decimal 172 153 100 0 0.11 0.42 0.33 44.17 0.3 0.53
Hex AC 99 64 0 B 2A 21 2C 1E 35
Octal 254 231 144 0 13 52 41 54 36 65
Binary 10101100 10011001 1100100 0 1011 101010 100001 101100 11110 110101

Color Harmonies of #AC9964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9964

Black with #AC9964

Text Example


Text Example

White with #AC9964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9964; }

 p { color: rgb(172,153,100); }

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

background-color css

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

 a { background-color: rgb(172,153,100); }

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

border-color css

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

 span { border-color: rgb(172,153,100); }

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