Html Css Color HEX #985A20 Afghan Tan

📋 copy color: '#985A20'

red 152 ◦ green 90 ◦ blue 32

#985A20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Afghan Tan #985A20

Tints of Afghan Tan #985A20

RGB

 RED value IS 152 (59.77% from 255) = 55.47%

 GREEN value IS 90 (35.55% from 255) = 32.85%

 BLUE value IS 32 (12.89% from 255) = 11.68%

R = 55.47%
G = 32.85%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#985A20 (or 0x985A20) is known color: Afghan Tan. HEX triplet: 98, 5A and 20. RGB value is (152,90,32). Sum of RGB (Red+Green+Blue) = 152+90+32=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #985A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A20 is #67A5DF. Grayscale: #666666. Windows color (decimal): -6792672 or 2120344. OLE color: 2120344.

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

Color convert

RGB 152 90 32 -
CMYK 0 0.41 0.79 0.40
HSL 29º 0.65% 0.36% -
HSV(B) 29º 0.79% 0.6% -
XYZ 16.87 14.09 3.2 -
YUV 101.93 88.54 163.72 -
System Red Green Blue C M Y K H S L
Decimal 152 90 32 0 0.41 0.79 0.40 29 0.65 0.36
Hex 98 5A 20 0 29 4F 28 1D 41 24
Octal 230 132 40 0 51 117 50 35 101 44
Binary 10011000 1011010 100000 0 101001 1001111 101000 11101 1000001 100100

Color Harmonies of #985A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A20

Black with #985A20

Text Example


Text Example

White with #985A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #985A20;
 }
 .AnyTagClassName
 {
   color: #985A20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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