Html Css Color HEX #AC8E63 Barley Corn

📋 copy color: '#AC8E63'

red 172 ◦ green 142 ◦ blue 99

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

Shades of Barley Corn #AC8E63

Tints of Barley Corn #AC8E63

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.38%

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

R = 41.65%
G = 34.38%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC8E63 (or 0xAC8E63) is known color: Barley Corn. HEX triplet: AC, 8E and 63. RGB value is (172,142,99). Sum of RGB (Red+Green+Blue) = 172+142+99=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8E63 is #53719C. Grayscale: #929292. Windows color (decimal): -5468573 or 6524588. OLE color: 6524588.

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

Color convert

RGB 172 142 99 -
CMYK 0 0.17 0.42 0.33
HSL 35.34º 0.31% 0.53% -
HSV(B) 35.34º 0.42% 0.67% -
XYZ 28.94 29.02 15.88 -
YUV 146.07 101.44 146.5 -
System Red Green Blue C M Y K H S L
Decimal 172 142 99 0 0.17 0.42 0.33 35.34 0.31 0.53
Hex AC 8E 63 0 11 2A 21 23 1F 35
Octal 254 216 143 0 21 52 41 43 37 65
Binary 10101100 10001110 1100011 0 10001 101010 100001 100011 11111 110101

Color Harmonies of #AC8E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8E63

Black with #AC8E63

Text Example


Text Example

White with #AC8E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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