#95602A

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

Shades of Afghan Tan #95602A

Tints of Afghan Tan #95602A

Color information

#95602A (or 0x95602A) is unknown color: approx Afghan Tan. HEX triplet: 95, 60 and 2A. RGB value is (149,96,42). Sum of RGB (Red+Green+Blue) = 149+96+42=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #95602A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95602A is #6A9FD5. Grayscale: #696969. Windows color (decimal): -6987734 or 2777237. OLE color: 2777237.

HSL color Cylindrical-coordinate representation of color #95602A: hue angle of 30.28º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95602A is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1499642-
CMYK00.360.720.42
HSL30.28º56.02%37.45%-
HSV(B)30.28º71.81%58.43%-
XYZ1714.924.18-
YUV105.6992.06158.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 42 (16.80% from 255) = 14.63%
R=51.92%
G=33.45%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149964200.360.720.4230.2856.0237.45
Hex95602A024482A1e3825
Octal2251405204411052367045
Binary1001010111000001010100100100100100010101011110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95602A; }

 p { color: rgb(149,96,42); }

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

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

 a { background-color: rgb(149,96,42); }

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

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

 span { border-color: rgb(149,96,42); }

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