Html Css Color HEX #AC9963 Barley Corn

📋 copy color: '#AC9963'

red 172 ◦ green 153 ◦ blue 99

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

Shades of Barley Corn #AC9963

Tints of Barley Corn #AC9963

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.08%

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

R = 40.57%
G = 36.08%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC9963 (or 0xAC9963) is known color: Barley Corn. HEX triplet: AC, 99 and 63. RGB value is (172,153,99). Sum of RGB (Red+Green+Blue) = 172+153+99=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9963 is #53669C. Grayscale: #989898. Windows color (decimal): -5465757 or 6527404. OLE color: 6527404.

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

Color convert

RGB 172 153 99 -
CMYK 0 0.11 0.42 0.33
HSL 44.38º 0.31% 0.53% -
HSV(B) 44.38º 0.42% 0.67% -
XYZ 30.66 32.45 16.45 -
YUV 152.53 97.79 141.89 -
System Red Green Blue C M Y K H S L
Decimal 172 153 99 0 0.11 0.42 0.33 44.38 0.31 0.53
Hex AC 99 63 0 B 2A 21 2C 1F 35
Octal 254 231 143 0 13 52 41 54 37 65
Binary 10101100 10011001 1100011 0 1011 101010 100001 101100 11111 110101

Color Harmonies of #AC9963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9963

Black with #AC9963

Text Example


Text Example

White with #AC9963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9963; }

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

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

background-color css

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

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

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

border-color css

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

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

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