#AF9058

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

Shades of Barley Corn #AF9058

Tints of Barley Corn #AF9058

Color information

#AF9058 (or 0xAF9058) is unknown color: approx Barley Corn. HEX triplet: AF, 90 and 58. RGB value is (175,144,88). Sum of RGB (Red+Green+Blue) = 175+144+88=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9058 is #506FA7. Grayscale: #939393. Windows color (decimal): -5271464 or 5804207. OLE color: 5804207.

HSL color Cylindrical-coordinate representation of color #AF9058: hue angle of 38.62º 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 #AF9058 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17514488-
CMYK00.180.500.31
HSL38.62º35.22%51.57%-
HSV(B)38.62º49.71%68.63%-
XYZ29.4129.7713.43-
YUV146.8894.77148.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 88 (34.77% from 255) = 21.62%
R=43.00%
G=35.38%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751448800.180.500.3138.6235.2251.57
HexAF9058012321F272334
Octal2572201300226237474364
Binary1010111110010000101100001001011001011111100111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9058; }

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

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

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

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

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

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

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

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