#AF915A

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

Shades of Barley Corn #AF915A

Tints of Barley Corn #AF915A

Color information

#AF915A (or 0xAF915A) is unknown color: approx Barley Corn. HEX triplet: AF, 91 and 5A. RGB value is (175,145,90). Sum of RGB (Red+Green+Blue) = 175+145+90=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF915A is #506EA5. Grayscale: #939393. Windows color (decimal): -5271206 or 5935535. OLE color: 5935535.

HSL color Cylindrical-coordinate representation of color #AF915A: hue angle of 38.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF915A is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17514590-
CMYK00.170.490.31
HSL38.82º34.69%51.96%-
HSV(B)38.82º48.57%68.63%-
XYZ29.6530.113.92-
YUV147.795.44147.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 145 (57.03% from 255) = 35.37%
BLUE value IS 90 (35.55% from 255) = 21.95%
R=42.68%
G=35.37%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751459000.170.490.3138.8234.6951.96
HexAF915A011311F272334
Octal2572211320216137474364
Binary1010111110010001101101001000111000111111100111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF915A; }

 p { color: rgb(175,145,90); }

 H1.HeaderClassName
 {
   color: #AF915A;
 }
 .AnyTagClassName
 {
   color: #AF915A;
 }
</style>
background-color css

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

 a { background-color: rgb(175,145,90); }

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

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

 span { border-color: rgb(175,145,90); }

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