Html Css Color HEX #AC9C60 Barley Corn

📋 copy color: '#AC9C60'

red 172 ◦ green 156 ◦ blue 96

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

Shades of Barley Corn #AC9C60

Tints of Barley Corn #AC9C60

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.79%

 BLUE value IS 96 (37.89% from 255) = 22.64%

R = 40.57%
G = 36.79%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC9C60 (or 0xAC9C60) is known color: Barley Corn. HEX triplet: AC, 9C and 60. RGB value is (172,156,96). Sum of RGB (Red+Green+Blue) = 172+156+96=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C60 is #53639F. Grayscale: #9A9A9A. Windows color (decimal): -5464992 or 6331564. OLE color: 6331564.

HSL color Cylindrical-coordinate representation of color #AC9C60: hue angle of 47.37º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC9C60 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 156 96 -
CMYK 0 0.09 0.44 0.33
HSL 47.37º 0.31% 0.53% -
HSV(B) 47.37º 0.44% 0.67% -
XYZ 31.01 33.39 15.88 -
YUV 153.94 95.3 140.88 -
System Red Green Blue C M Y K H S L
Decimal 172 156 96 0 0.09 0.44 0.33 47.37 0.31 0.53
Hex AC 9C 60 0 9 2C 21 2F 1F 35
Octal 254 234 140 0 11 54 41 57 37 65
Binary 10101100 10011100 1100000 0 1001 101100 100001 101111 11111 110101

Color Harmonies of #AC9C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C60

Black with #AC9C60

Text Example


Text Example

White with #AC9C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C60; }

 p { color: rgb(172,156,96); }

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

background-color css

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

 a { background-color: rgb(172,156,96); }

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

border-color css

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

 span { border-color: rgb(172,156,96); }

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