Html Css Color HEX #AF9370 Mongoose

📋 copy color: '#AF9370'

red 175 ◦ green 147 ◦ blue 112

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

Shades of Mongoose #AF9370

Tints of Mongoose #AF9370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.87%

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

R = 40.32%
G = 33.87%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF9370 (or 0xAF9370) is known color: Mongoose. HEX triplet: AF, 93 and 70. RGB value is (175,147,112). Sum of RGB (Red+Green+Blue) = 175+147+112=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9370 is #506C8F. Grayscale: #979797. Windows color (decimal): -5270672 or 7377839. OLE color: 7377839.

HSL color Cylindrical-coordinate representation of color #AF9370: hue angle of 33.33º 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 #AF9370 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 147 112 -
CMYK 0 0.16 0.36 0.31
HSL 33.33º 0.28% 0.56% -
HSV(B) 33.33º 0.36% 0.69% -
XYZ 31.04 31.15 19.71 -
YUV 151.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 175 147 112 0 0.16 0.36 0.31 33.33 0.28 0.56
Hex AF 93 70 0 10 24 1F 21 1C 38
Octal 257 223 160 0 20 44 37 41 34 70
Binary 10101111 10010011 1110000 0 10000 100100 11111 100001 11100 111000

Color Harmonies of #AF9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9370

Black with #AF9370

Text Example


Text Example

White with #AF9370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9370; }

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

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

background-color css

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

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

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

border-color css

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

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

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