Html Css Color HEX #AC9C63 Barley Corn

📋 copy color: '#AC9C63'

red 172 ◦ green 156 ◦ blue 99

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

Shades of Barley Corn #AC9C63

Tints of Barley Corn #AC9C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.19%

R = 40.28%
G = 36.53%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC9C63 (or 0xAC9C63) is known color: Barley Corn. HEX triplet: AC, 9C and 63. RGB value is (172,156,99). Sum of RGB (Red+Green+Blue) = 172+156+99=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C63 is #53639C. Grayscale: #9A9A9A. Windows color (decimal): -5464989 or 6528172. OLE color: 6528172.

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

Color convert

RGB 172 156 99 -
CMYK 0 0.09 0.42 0.33
HSL 46.85º 0.31% 0.53% -
HSV(B) 46.85º 0.42% 0.67% -
XYZ 31.15 33.45 16.62 -
YUV 154.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 172 156 99 0 0.09 0.42 0.33 46.85 0.31 0.53
Hex AC 9C 63 0 9 2A 21 2F 1F 35
Octal 254 234 143 0 11 52 41 57 37 65
Binary 10101100 10011100 1100011 0 1001 101010 100001 101111 11111 110101

Color Harmonies of #AC9C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C63

Black with #AC9C63

Text Example


Text Example

White with #AC9C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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