Html Css Color HEX #AF9170 Mongoose

📋 copy color: '#AF9170'

red 175 ◦ green 145 ◦ blue 112

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

Shades of Mongoose #AF9170

Tints of Mongoose #AF9170

RGB

 RED value IS 175 (68.75% from 255) = 40.51%

 GREEN value IS 145 (57.03% from 255) = 33.56%

 BLUE value IS 112 (44.14% from 255) = 25.93%

R = 40.51%
G = 33.56%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF9170 (or 0xAF9170) is known color: Mongoose. HEX triplet: AF, 91 and 70. RGB value is (175,145,112). Sum of RGB (Red+Green+Blue) = 175+145+112=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9170 is #506E8F. Grayscale: #969696. Windows color (decimal): -5271184 or 7377327. OLE color: 7377327.

HSL color Cylindrical-coordinate representation of color #AF9170: hue angle of 31.43º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF9170 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 145 112 -
CMYK 0 0.17 0.36 0.31
HSL 31.43º 0.28% 0.56% -
HSV(B) 31.43º 0.36% 0.69% -
XYZ 30.73 30.53 19.6 -
YUV 150.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 175 145 112 0 0.17 0.36 0.31 31.43 0.28 0.56
Hex AF 91 70 0 11 24 1F 1F 1C 38
Octal 257 221 160 0 21 44 37 37 34 70
Binary 10101111 10010001 1110000 0 10001 100100 11111 11111 11100 111000

Color Harmonies of #AF9170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9170

Black with #AF9170

Text Example


Text Example

White with #AF9170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9170; }

 p { color: rgb(175,145,112); }

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

background-color css

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

 a { background-color: rgb(175,145,112); }

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

border-color css

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

 span { border-color: rgb(175,145,112); }

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