#985A26

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

Shades of Afghan Tan #985A26

Tints of Afghan Tan #985A26

Color information

#985A26 (or 0x985A26) is unknown color: approx Afghan Tan. HEX triplet: 98, 5A and 26. RGB value is (152,90,38). Sum of RGB (Red+Green+Blue) = 152+90+38=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #985A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A26 is #67A5D9. Grayscale: #666666. Windows color (decimal): -6792666 or 2513560. OLE color: 2513560.

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

Color convert

RGB1529038-
CMYK00.410.750.40
HSL27.37º60%37.25%-
HSV(B)27.37º75%59.61%-
XYZ16.9514.133.67-
YUV102.6191.54163.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.29%
GREEN value IS 90 (35.55% from 255) = 32.14%
BLUE value IS 38 (15.23% from 255) = 13.57%
R=54.29%
G=32.14%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152903800.410.750.4027.376037.25
Hex985A260294B281b3c25
Octal2301324605111350337445
Binary1001100010110101001100101001100101110100011011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985A26; }

 p { color: rgb(152,90,38); }

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

<style>
 a { background-color: #985A26; }

 a { background-color: rgb(152,90,38); }

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

<style>
 span { border-color: #985A26; }

 span { border-color: rgb(152,90,38); }

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