#AF9158

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

Shades of Barley Corn #AF9158

Tints of Barley Corn #AF9158

Color information

#AF9158 (or 0xAF9158) is unknown color: approx Barley Corn. HEX triplet: AF, 91 and 58. RGB value is (175,145,88). Sum of RGB (Red+Green+Blue) = 175+145+88=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9158 is #506EA7. Grayscale: #939393. Windows color (decimal): -5271208 or 5804463. OLE color: 5804463.

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

Color convert

RGB17514588-
CMYK00.170.500.31
HSL39.31º35.22%51.57%-
HSV(B)39.31º49.71%68.63%-
XYZ29.5730.0713.48-
YUV147.4794.44147.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 88 (34.77% from 255) = 21.57%
R=42.89%
G=35.54%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751458800.170.500.3139.3135.2251.57
HexAF9158011321F272334
Octal2572211300216237474364
Binary1010111110010001101100001000111001011111100111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9158; }

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

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

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

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

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

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

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

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