Html Css Color HEX #AC9866 Barley Corn

📋 copy color: '#AC9866'

red 172 ◦ green 152 ◦ blue 102

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

Shades of Barley Corn #AC9866

Tints of Barley Corn #AC9866

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.68%

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

R = 40.38%
G = 35.68%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC9866 (or 0xAC9866) is known color: Barley Corn. HEX triplet: AC, 98 and 66. RGB value is (172,152,102). Sum of RGB (Red+Green+Blue) = 172+152+102=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9866 is #536799. Grayscale: #989898. Windows color (decimal): -5466010 or 6723756. OLE color: 6723756.

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

Color convert

RGB 172 152 102 -
CMYK 0 0.12 0.41 0.33
HSL 42.86º 0.3% 0.54% -
HSV(B) 42.86º 0.41% 0.67% -
XYZ 30.64 32.19 17.17 -
YUV 152.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 172 152 102 0 0.12 0.41 0.33 42.86 0.3 0.54
Hex AC 98 66 0 C 29 21 2B 1E 36
Octal 254 230 146 0 14 51 41 53 36 66
Binary 10101100 10011000 1100110 0 1100 101001 100001 101011 11110 110110

Color Harmonies of #AC9866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9866

Black with #AC9866

Text Example


Text Example

White with #AC9866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9866; }

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

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

background-color css

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

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

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

border-color css

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

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

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