#955A1A

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

Shades of Afghan Tan #955A1A

Tints of Afghan Tan #955A1A

Color information

#955A1A (or 0x955A1A) is unknown color: approx Afghan Tan. HEX triplet: 95, 5A and 1A. RGB value is (149,90,26). Sum of RGB (Red+Green+Blue) = 149+90+26=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #955A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A1A is #6AA5E5. Grayscale: #646464. Windows color (decimal): -6989286 or 1727125. OLE color: 1727125.

HSL color Cylindrical-coordinate representation of color #955A1A: hue angle of 31.22º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #955A1A is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB1499026-
CMYK00.400.830.42
HSL31.22º70.29%34.31%-
HSV(B)31.22º82.55%58.43%-
XYZ16.2413.782.78-
YUV100.3486.05162.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 90 (35.55% from 255) = 33.96%
BLUE value IS 26 (10.55% from 255) = 9.81%
R=56.23%
G=33.96%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149902600.400.830.4231.2270.2934.31
Hex955A1A028532A1f4622
Octal22513232050123523710642
Binary1001010110110101101001010001010011101010111111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955A1A; }

 p { color: rgb(149,90,26); }

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

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

 a { background-color: rgb(149,90,26); }

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

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

 span { border-color: rgb(149,90,26); }

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