Html Css Color HEX #AC995F Barley Corn

📋 copy color: '#AC995F'

red 172 ◦ green 153 ◦ blue 95

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

Shades of Barley Corn #AC995F

Tints of Barley Corn #AC995F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.62%

R = 40.95%
G = 36.43%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC995F (or 0xAC995F) is known color: Barley Corn. HEX triplet: AC, 99 and 5F. RGB value is (172,153,95). Sum of RGB (Red+Green+Blue) = 172+153+95=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC995F is #5366A0. Grayscale: #989898. Windows color (decimal): -5465761 or 6265260. OLE color: 6265260.

HSL color Cylindrical-coordinate representation of color #AC995F: hue angle of 45.19º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC995F is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 153 95 -
CMYK 0 0.11 0.45 0.33
HSL 45.19º 0.32% 0.52% -
HSV(B) 45.19º 0.45% 0.67% -
XYZ 30.47 32.38 15.47 -
YUV 152.07 95.79 142.22 -
System Red Green Blue C M Y K H S L
Decimal 172 153 95 0 0.11 0.45 0.33 45.19 0.32 0.52
Hex AC 99 5F 0 B 2D 21 2D 20 34
Octal 254 231 137 0 13 55 41 55 40 64
Binary 10101100 10011001 1011111 0 1011 101101 100001 101101 100000 110100

Color Harmonies of #AC995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC995F

Black with #AC995F

Text Example


Text Example

White with #AC995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC995F; }

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

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

background-color css

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

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

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

border-color css

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

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

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