#ac905e

Color #AC905E Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #AC905E

Tints of Barley Corn #AC905E

Color information

#AC905E (or 0xAC905E) is unknown color: approx 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

RGB17214494-
CMYK00.160.450.33
HSL38.46º31.97%52.16%-
HSV(B)38.46º45.35%67.45%-
XYZ29.0129.5314.76-
YUV146.6798.28146.07-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721449400.160.450.3338.4631.9752.16
HexAC905E0102D21262034
Octal2542201360205541464064
Binary10101100100100001011110010000101101100001100110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac905e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>