Html Css Color HEX #AF9072 Mongoose

📋 copy color: '#AF9072'

red 175 ◦ green 144 ◦ blue 114

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

Shades of Mongoose #AF9072

Tints of Mongoose #AF9072

RGB

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

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

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

R = 40.42%
G = 33.26%
B = 26.33%

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

#AF9072 (or 0xAF9072) is known color: Mongoose. HEX triplet: AF, 90 and 72. RGB value is (175,144,114). Sum of RGB (Red+Green+Blue) = 175+144+114=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9072 is #506F8D. Grayscale: #959595. Windows color (decimal): -5271438 or 7508143. OLE color: 7508143.

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

Color convert

RGB 175 144 114 -
CMYK 0 0.18 0.35 0.31
HSL 29.51º 0.28% 0.57% -
HSV(B) 29.51º 0.35% 0.69% -
XYZ 30.69 30.28 20.15 -
YUV 149.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 175 144 114 0 0.18 0.35 0.31 29.51 0.28 0.57
Hex AF 90 72 0 12 23 1F 1E 1C 39
Octal 257 220 162 0 22 43 37 36 34 71
Binary 10101111 10010000 1110010 0 10010 100011 11111 11110 11100 111001

Color Harmonies of #AF9072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9072

Black with #AF9072

Text Example


Text Example

White with #AF9072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9072; }

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

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

background-color css

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

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

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

border-color css

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

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

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