Html Css Color HEX #AC9766 Barley Corn

📋 copy color: '#AC9766'

red 172 ◦ green 151 ◦ blue 102

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

Shades of Barley Corn #AC9766

Tints of Barley Corn #AC9766

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.53%

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

R = 40.47%
G = 35.53%
B = 24%

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

#AC9766 (or 0xAC9766) is known color: Barley Corn. HEX triplet: AC, 97 and 66. RGB value is (172,151,102). Sum of RGB (Red+Green+Blue) = 172+151+102=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9766 is #536899. Grayscale: #979797. Windows color (decimal): -5466266 or 6723500. OLE color: 6723500.

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

Color convert

RGB 172 151 102 -
CMYK 0 0.12 0.41 0.33
HSL 42º 0.3% 0.54% -
HSV(B) 42º 0.41% 0.67% -
XYZ 30.48 31.86 17.11 -
YUV 151.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 172 151 102 0 0.12 0.41 0.33 42 0.3 0.54
Hex AC 97 66 0 C 29 21 2A 1E 36
Octal 254 227 146 0 14 51 41 52 36 66
Binary 10101100 10010111 1100110 0 1100 101001 100001 101010 11110 110110

Color Harmonies of #AC9766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9766

Black with #AC9766

Text Example


Text Example

White with #AC9766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9766; }

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

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

background-color css

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

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

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

border-color css

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

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

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