Html Css Color HEX #AC995E Barley Corn

📋 copy color: '#AC995E'

red 172 ◦ green 153 ◦ blue 94

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

Shades of Barley Corn #AC995E

Tints of Barley Corn #AC995E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.43%

R = 41.05%
G = 36.52%
B = 22.43%

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

#AC995E (or 0xAC995E) is known color: Barley Corn. HEX triplet: AC, 99 and 5E. RGB value is (172,153,94). Sum of RGB (Red+Green+Blue) = 172+153+94=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC995E is #5366A1. Grayscale: #989898. Windows color (decimal): -5465762 or 6199724. OLE color: 6199724.

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

Color convert

RGB 172 153 94 -
CMYK 0 0.11 0.45 0.33
HSL 45.38º 0.32% 0.52% -
HSV(B) 45.38º 0.45% 0.67% -
XYZ 30.42 32.36 15.23 -
YUV 151.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 172 153 94 0 0.11 0.45 0.33 45.38 0.32 0.52
Hex AC 99 5E 0 B 2D 21 2D 20 34
Octal 254 231 136 0 13 55 41 55 40 64
Binary 10101100 10011001 1011110 0 1011 101101 100001 101101 100000 110100

Color Harmonies of #AC995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC995E

Black with #AC995E

Text Example


Text Example

White with #AC995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC995E; }

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

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

background-color css

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

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

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

border-color css

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

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

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