Html Css Color HEX #AC9659 Barley Corn

📋 copy color: '#AC9659'

red 172 ◦ green 150 ◦ blue 89

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

Shades of Barley Corn #AC9659

Tints of Barley Corn #AC9659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.65%

R = 41.85%
G = 36.5%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC9659 (or 0xAC9659) is known color: Barley Corn. HEX triplet: AC, 96 and 59. RGB value is (172,150,89). Sum of RGB (Red+Green+Blue) = 172+150+89=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9659 is #5369A6. Grayscale: #959595. Windows color (decimal): -5466535 or 5871276. OLE color: 5871276.

HSL color Cylindrical-coordinate representation of color #AC9659: hue angle of 44.1º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC9659 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 150 89 -
CMYK 0 0.13 0.48 0.33
HSL 44.1º 0.33% 0.51% -
HSV(B) 44.1º 0.48% 0.67% -
XYZ 29.72 31.3 13.93 -
YUV 149.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 172 150 89 0 0.13 0.48 0.33 44.1 0.33 0.51
Hex AC 96 59 0 D 30 21 2C 21 33
Octal 254 226 131 0 15 60 41 54 41 63
Binary 10101100 10010110 1011001 0 1101 110000 100001 101100 100001 110011

Color Harmonies of #AC9659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9659

Black with #AC9659

Text Example


Text Example

White with #AC9659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9659; }

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

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

background-color css

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

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

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

border-color css

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

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

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