#985A1C

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

Shades of Afghan Tan #985A1C

Tints of Afghan Tan #985A1C

Color information

#985A1C (or 0x985A1C) is unknown color: approx Afghan Tan. HEX triplet: 98, 5A and 1C. RGB value is (152,90,28). Sum of RGB (Red+Green+Blue) = 152+90+28=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #985A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A1C is #67A5E3. Grayscale: #656565. Windows color (decimal): -6792676 or 1858200. OLE color: 1858200.

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

Color convert

RGB1529028-
CMYK00.410.820.40
HSL30º68.89%35.29%-
HSV(B)30º81.58%59.61%-
XYZ16.8114.072.93-
YUV101.4786.54164.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.30%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 10.37%
R=56.30%
G=33.33%
B=10.37%

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
Decimal152902800.410.820.403068.8935.29
Hex985A1C02952281e4523
Octal23013234051122503610543
Binary1001100010110101110001010011010010101000111101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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