Html Css Color HEX #AF9172 Mongoose

📋 copy color: '#AF9172'

red 175 ◦ green 145 ◦ blue 114

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

Shades of Mongoose #AF9172

Tints of Mongoose #AF9172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.27%

R = 40.32%
G = 33.41%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF9172 (or 0xAF9172) is known color: Mongoose. HEX triplet: AF, 91 and 72. RGB value is (175,145,114). Sum of RGB (Red+Green+Blue) = 175+145+114=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9172 is #506E8D. Grayscale: #969696. Windows color (decimal): -5271182 or 7508399. OLE color: 7508399.

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

Color convert

RGB 175 145 114 -
CMYK 0 0.17 0.35 0.31
HSL 30.49º 0.28% 0.57% -
HSV(B) 30.49º 0.35% 0.69% -
XYZ 30.84 30.58 20.2 -
YUV 150.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 175 145 114 0 0.17 0.35 0.31 30.49 0.28 0.57
Hex AF 91 72 0 11 23 1F 1E 1C 39
Octal 257 221 162 0 21 43 37 36 34 71
Binary 10101111 10010001 1110010 0 10001 100011 11111 11110 11100 111001

Color Harmonies of #AF9172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9172

Black with #AF9172

Text Example


Text Example

White with #AF9172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9172; }

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

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

background-color css

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

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

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

border-color css

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

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

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