Html Css Color HEX #AC905E Barley Corn

📋 copy color: '#AC905E'

red 172 ◦ green 144 ◦ blue 94

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

Shades of Barley Corn #AC905E

Tints of Barley Corn #AC905E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.12%

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

R = 41.95%
G = 35.12%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC905E (or 0xAC905E) is known color: Barley Corn. HEX triplet: AC, 90 and 5E. RGB value is (172,144,94). Sum of RGB (Red+Green+Blue) = 172+144+94=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC905E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC905E is #536FA1. Grayscale: #929292. Windows color (decimal): -5468066 or 6197420. OLE color: 6197420.

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

Color convert

RGB 172 144 94 -
CMYK 0 0.16 0.45 0.33
HSL 38.46º 0.32% 0.52% -
HSV(B) 38.46º 0.45% 0.67% -
XYZ 29.01 29.53 14.76 -
YUV 146.67 98.28 146.07 -
System Red Green Blue C M Y K H S L
Decimal 172 144 94 0 0.16 0.45 0.33 38.46 0.32 0.52
Hex AC 90 5E 0 10 2D 21 26 20 34
Octal 254 220 136 0 20 55 41 46 40 64
Binary 10101100 10010000 1011110 0 10000 101101 100001 100110 100000 110100

Color Harmonies of #AC905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC905E

Black with #AC905E

Text Example


Text Example

White with #AC905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC905E; }

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

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

background-color css

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

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

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

border-color css

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

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

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