#9A5B1C

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

Shades of Afghan Tan #9A5B1C

Tints of Afghan Tan #9A5B1C

Color information

#9A5B1C (or 0x9A5B1C) is unknown color: approx Afghan Tan. HEX triplet: 9A, 5B and 1C. RGB value is (154,91,28). Sum of RGB (Red+Green+Blue) = 154+91+28=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5B1C is #65A4E3. Grayscale: #666666. Windows color (decimal): -6661348 or 1858458. OLE color: 1858458.

HSL color Cylindrical-coordinate representation of color #9A5B1C: hue angle of 30º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A5B1C is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1549128-
CMYK00.410.820.40
HSL30º69.23%35.69%-
HSV(B)30º81.82%60.39%-
XYZ17.2814.442.97-
YUV102.6685.87164.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56.41%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 10.26%
R=56.41%
G=33.33%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154912800.410.820.403069.2335.69
Hex9A5B1C02952281e4524
Octal23213334051122503610544
Binary1001101010110111110001010011010010101000111101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A5B1C; }

 p { color: rgb(154,91,28); }

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

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

 a { background-color: rgb(154,91,28); }

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

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

 span { border-color: rgb(154,91,28); }

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