#9A5E2A

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

Shades of Afghan Tan #9A5E2A

Tints of Afghan Tan #9A5E2A

Color information

#9A5E2A (or 0x9A5E2A) is unknown color: approx Afghan Tan. HEX triplet: 9A, 5E and 2A. RGB value is (154,94,42). Sum of RGB (Red+Green+Blue) = 154+94+42=290 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.10% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5E2A is #65A1D5. Grayscale: #6A6A6A. Windows color (decimal): -6660566 or 2776730. OLE color: 2776730.

HSL color Cylindrical-coordinate representation of color #9A5E2A: hue angle of 27.86º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A5E2A is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB1549442-
CMYK00.390.730.40
HSL27.86º57.14%38.43%-
HSV(B)27.86º72.73%60.39%-
XYZ17.7515.044.16-
YUV106.0191.88162.23-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.10%
GREEN value IS 94 (37.11% from 255) = 32.41%
BLUE value IS 42 (16.80% from 255) = 14.48%
R=53.10%
G=32.41%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154944200.390.730.4027.8657.1438.43
Hex9A5E2A02749281c3926
Octal2321365204711150347146
Binary1001101010111101010100100111100100110100011100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,94,42); }

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

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

 a { background-color: rgb(154,94,42); }

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

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

 span { border-color: rgb(154,94,42); }

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