Html Css Color HEX #AF9071 Mongoose

📋 copy color: '#AF9071'

red 175 ◦ green 144 ◦ blue 113

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

Shades of Mongoose #AF9071

Tints of Mongoose #AF9071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.33%

 BLUE value IS 113 (44.53% from 255) = 26.16%

R = 40.51%
G = 33.33%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF9071 (or 0xAF9071) is known color: Mongoose. HEX triplet: AF, 90 and 71. RGB value is (175,144,113). Sum of RGB (Red+Green+Blue) = 175+144+113=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9071 is #506F8E. Grayscale: #959595. Windows color (decimal): -5271439 or 7442607. OLE color: 7442607.

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

Color convert

RGB 175 144 113 -
CMYK 0 0.18 0.35 0.31
HSL 30º 0.28% 0.56% -
HSV(B) 30º 0.35% 0.69% -
XYZ 30.63 30.25 19.85 -
YUV 149.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 175 144 113 0 0.18 0.35 0.31 30 0.28 0.56
Hex AF 90 71 0 12 23 1F 1E 1C 38
Octal 257 220 161 0 22 43 37 36 34 70
Binary 10101111 10010000 1110001 0 10010 100011 11111 11110 11100 111000

Color Harmonies of #AF9071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9071

Black with #AF9071

Text Example


Text Example

White with #AF9071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9071; }

 p { color: rgb(175,144,113); }

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

background-color css

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

 a { background-color: rgb(175,144,113); }

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

border-color css

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

 span { border-color: rgb(175,144,113); }

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