#9A6526

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

Shades of Afghan Tan #9A6526

Tints of Afghan Tan #9A6526

Color information

#9A6526 (or 0x9A6526) is unknown color: approx Afghan Tan. HEX triplet: 9A, 65 and 26. RGB value is (154,101,38). Sum of RGB (Red+Green+Blue) = 154+101+38=293 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.56% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6526 is #659AD9. Grayscale: #6D6D6D. Windows color (decimal): -6658778 or 2516378. OLE color: 2516378.

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

Color convert

RGB15410138-
CMYK00.340.750.40
HSL32.59º60.42%37.65%-
HSV(B)32.59º75.32%60.39%-
XYZ18.3316.324.02-
YUV109.6687.56159.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.56%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 38 (15.23% from 255) = 12.97%
R=52.56%
G=34.47%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541013800.340.750.4032.5960.4237.65
Hex9A65260224B28213c26
Octal2321454604211350417446
Binary10011010110010110011001000101001011101000100001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,101,38); }

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

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

 a { background-color: rgb(154,101,38); }

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

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

 span { border-color: rgb(154,101,38); }

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