#A05F22

Color #A05F22 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #A05F22

Tints of Afghan Tan #A05F22

Color information

#A05F22 (or 0xA05F22) is unknown color: approx Afghan Tan. HEX triplet: A0, 5F and 22. RGB value is (160,95,34). Sum of RGB (Red+Green+Blue) = 160+95+34=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05F22 is #5FA0DD. Grayscale: #6B6B6B. Windows color (decimal): -6267102 or 2252704. OLE color: 2252704.

HSL color Cylindrical-coordinate representation of color #A05F22: hue angle of 29.05º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A05F22 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB1609534-
CMYK00.410.790.37
HSL29.05º64.95%38.04%-
HSV(B)29.05º78.75%62.75%-
XYZ18.8815.773.56-
YUV107.4886.53165.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 34 (13.67% from 255) = 11.76%
R=55.36%
G=32.87%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160953400.410.790.3729.0564.9538.04
HexA05F220294F251d4126
Octal24013742051117453510146
Binary10100000101111110001001010011001111100101111011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F22; }

 p { color: rgb(160,95,34); }

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

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

 a { background-color: rgb(160,95,34); }

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

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

 span { border-color: rgb(160,95,34); }

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