Html Css Color HEX #AC9666 Barley Corn

📋 copy color: '#AC9666'

red 172 ◦ green 150 ◦ blue 102

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

Shades of Barley Corn #AC9666

Tints of Barley Corn #AC9666

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.38%

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

R = 40.57%
G = 35.38%
B = 24.06%

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

#AC9666 (or 0xAC9666) is known color: Barley Corn. HEX triplet: AC, 96 and 66. RGB value is (172,150,102). Sum of RGB (Red+Green+Blue) = 172+150+102=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9666 is #536999. Grayscale: #979797. Windows color (decimal): -5466522 or 6723244. OLE color: 6723244.

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

Color convert

RGB 172 150 102 -
CMYK 0 0.13 0.41 0.33
HSL 41.14º 0.3% 0.54% -
HSV(B) 41.14º 0.41% 0.67% -
XYZ 30.32 31.54 17.06 -
YUV 151.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 172 150 102 0 0.13 0.41 0.33 41.14 0.3 0.54
Hex AC 96 66 0 D 29 21 29 1E 36
Octal 254 226 146 0 15 51 41 51 36 66
Binary 10101100 10010110 1100110 0 1101 101001 100001 101001 11110 110110

Color Harmonies of #AC9666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9666

Black with #AC9666

Text Example


Text Example

White with #AC9666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9666; }

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

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

background-color css

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

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

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

border-color css

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

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

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