Html Css Color HEX #AC9564 Barley Corn

📋 copy color: '#AC9564'

red 172 ◦ green 149 ◦ blue 100

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

Shades of Barley Corn #AC9564

Tints of Barley Corn #AC9564

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.39%

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

R = 40.86%
G = 35.39%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC9564 (or 0xAC9564) is known color: Barley Corn. HEX triplet: AC, 95 and 64. RGB value is (172,149,100). Sum of RGB (Red+Green+Blue) = 172+149+100=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9564 is #536A9B. Grayscale: #969696. Windows color (decimal): -5466780 or 6591916. OLE color: 6591916.

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

Color convert

RGB 172 149 100 -
CMYK 0 0.13 0.42 0.33
HSL 40.83º 0.3% 0.53% -
HSV(B) 40.83º 0.42% 0.67% -
XYZ 30.06 31.19 16.49 -
YUV 150.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 172 149 100 0 0.13 0.42 0.33 40.83 0.3 0.53
Hex AC 95 64 0 D 2A 21 29 1E 35
Octal 254 225 144 0 15 52 41 51 36 65
Binary 10101100 10010101 1100100 0 1101 101010 100001 101001 11110 110101

Color Harmonies of #AC9564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9564

Black with #AC9564

Text Example


Text Example

White with #AC9564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9564; }

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

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

background-color css

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

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

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

border-color css

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

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

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