Html Css Color HEX #AC9A5E Barley Corn

📋 copy color: '#AC9A5E'

red 172 ◦ green 154 ◦ blue 94

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

Shades of Barley Corn #AC9A5E

Tints of Barley Corn #AC9A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.67%

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

R = 40.95%
G = 36.67%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC9A5E (or 0xAC9A5E) is known color: Barley Corn. HEX triplet: AC, 9A and 5E. RGB value is (172,154,94). Sum of RGB (Red+Green+Blue) = 172+154+94=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A5E is #5365A1. Grayscale: #989898. Windows color (decimal): -5465506 or 6199980. OLE color: 6199980.

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

Color convert

RGB 172 154 94 -
CMYK 0 0.10 0.45 0.33
HSL 46.15º 0.32% 0.52% -
HSV(B) 46.15º 0.45% 0.67% -
XYZ 30.59 32.69 15.29 -
YUV 152.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 172 154 94 0 0.10 0.45 0.33 46.15 0.32 0.52
Hex AC 9A 5E 0 A 2D 21 2E 20 34
Octal 254 232 136 0 12 55 41 56 40 64
Binary 10101100 10011010 1011110 0 1010 101101 100001 101110 100000 110100

Color Harmonies of #AC9A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A5E

Black with #AC9A5E

Text Example


Text Example

White with #AC9A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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