Html Css Color HEX #AC9566 Barley Corn

📋 copy color: '#AC9566'

red 172 ◦ green 149 ◦ blue 102

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

Shades of Barley Corn #AC9566

Tints of Barley Corn #AC9566

RGB

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

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

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

R = 40.66%
G = 35.22%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC9566 (or 0xAC9566) is known color: Barley Corn. HEX triplet: AC, 95 and 66. RGB value is (172,149,102). Sum of RGB (Red+Green+Blue) = 172+149+102=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9566 is #536A99. Grayscale: #969696. Windows color (decimal): -5466778 or 6722988. OLE color: 6722988.

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

Color convert

RGB 172 149 102 -
CMYK 0 0.13 0.41 0.33
HSL 40.29º 0.3% 0.54% -
HSV(B) 40.29º 0.41% 0.67% -
XYZ 30.16 31.22 17.01 -
YUV 150.52 100.62 143.32 -
System Red Green Blue C M Y K H S L
Decimal 172 149 102 0 0.13 0.41 0.33 40.29 0.3 0.54
Hex AC 95 66 0 D 29 21 28 1E 36
Octal 254 225 146 0 15 51 41 50 36 66
Binary 10101100 10010101 1100110 0 1101 101001 100001 101000 11110 110110

Color Harmonies of #AC9566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9566

Black with #AC9566

Text Example


Text Example

White with #AC9566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9566; }

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

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

background-color css

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

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

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

border-color css

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

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

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