#98571A

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

Shades of Afghan Tan #98571A

Tints of Afghan Tan #98571A

Color information

#98571A (or 0x98571A) is unknown color: approx Afghan Tan. HEX triplet: 98, 57 and 1A. RGB value is (152,87,26). Sum of RGB (Red+Green+Blue) = 152+87+26=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98571A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98571A is #67A8E5. Grayscale: #636363. Windows color (decimal): -6793446 or 1726360. OLE color: 1726360.

HSL color Cylindrical-coordinate representation of color #98571A: hue angle of 29.05º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98571A is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB1528726-
CMYK00.430.830.40
HSL29.05º70.79%34.9%-
HSV(B)29.05º82.89%59.61%-
XYZ16.5413.572.72-
YUV99.4886.53165.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.36%
GREEN value IS 87 (34.38% from 255) = 32.83%
BLUE value IS 26 (10.55% from 255) = 9.81%
R=57.36%
G=32.83%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152872600.430.830.4029.0570.7934.9
Hex98571A02B53281d4723
Octal23012732053123503510743
Binary1001100010101111101001010111010011101000111011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98571A; }

 p { color: rgb(152,87,26); }

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

<style>
 a { background-color: #98571A; }

 a { background-color: rgb(152,87,26); }

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

<style>
 span { border-color: #98571A; }

 span { border-color: rgb(152,87,26); }

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