Html Css Color HEX #AC9863 Barley Corn

📋 copy color: '#AC9863'

red 172 ◦ green 152 ◦ blue 99

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

Shades of Barley Corn #AC9863

Tints of Barley Corn #AC9863

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.93%

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

R = 40.66%
G = 35.93%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC9863 (or 0xAC9863) is known color: Barley Corn. HEX triplet: AC, 98 and 63. RGB value is (172,152,99). Sum of RGB (Red+Green+Blue) = 172+152+99=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9863 is #53679C. Grayscale: #989898. Windows color (decimal): -5466013 or 6527148. OLE color: 6527148.

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

Color convert

RGB 172 152 99 -
CMYK 0 0.12 0.42 0.33
HSL 43.56º 0.31% 0.53% -
HSV(B) 43.56º 0.42% 0.67% -
XYZ 30.49 32.13 16.4 -
YUV 151.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 172 152 99 0 0.12 0.42 0.33 43.56 0.31 0.53
Hex AC 98 63 0 C 2A 21 2C 1F 35
Octal 254 230 143 0 14 52 41 54 37 65
Binary 10101100 10011000 1100011 0 1100 101010 100001 101100 11111 110101

Color Harmonies of #AC9863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9863

Black with #AC9863

Text Example


Text Example

White with #AC9863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9863; }

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

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

background-color css

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

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

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

border-color css

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

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

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