Html Css Color HEX #AC9063 Barley Corn

📋 copy color: '#AC9063'

red 172 ◦ green 144 ◦ blue 99

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

Shades of Barley Corn #AC9063

Tints of Barley Corn #AC9063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.7%

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

R = 41.45%
G = 34.7%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC9063 (or 0xAC9063) is known color: Barley Corn. HEX triplet: AC, 90 and 63. RGB value is (172,144,99). Sum of RGB (Red+Green+Blue) = 172+144+99=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9063 is #536F9C. Grayscale: #939393. Windows color (decimal): -5468061 or 6525100. OLE color: 6525100.

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

Color convert

RGB 172 144 99 -
CMYK 0 0.16 0.42 0.33
HSL 36.99º 0.31% 0.53% -
HSV(B) 36.99º 0.42% 0.67% -
XYZ 29.24 29.62 15.98 -
YUV 147.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 172 144 99 0 0.16 0.42 0.33 36.99 0.31 0.53
Hex AC 90 63 0 10 2A 21 25 1F 35
Octal 254 220 143 0 20 52 41 45 37 65
Binary 10101100 10010000 1100011 0 10000 101010 100001 100101 11111 110101

Color Harmonies of #AC9063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9063

Black with #AC9063

Text Example


Text Example

White with #AC9063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9063; }

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

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

background-color css

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

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

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

border-color css

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

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

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