Html Css Color HEX #AF906F Mongoose

📋 copy color: '#AF906F'

red 175 ◦ green 144 ◦ blue 111

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

Shades of Mongoose #AF906F

Tints of Mongoose #AF906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.81%

R = 40.7%
G = 33.49%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF906F (or 0xAF906F) is known color: Mongoose. HEX triplet: AF, 90 and 6F. RGB value is (175,144,111). Sum of RGB (Red+Green+Blue) = 175+144+111=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF906F is #506F90. Grayscale: #959595. Windows color (decimal): -5271441 or 7311535. OLE color: 7311535.

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

Color convert

RGB 175 144 111 -
CMYK 0 0.18 0.37 0.31
HSL 30.94º 0.29% 0.56% -
HSV(B) 30.94º 0.37% 0.69% -
XYZ 30.52 30.21 19.26 -
YUV 149.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 175 144 111 0 0.18 0.37 0.31 30.94 0.29 0.56
Hex AF 90 6F 0 12 25 1F 1F 1D 38
Octal 257 220 157 0 22 45 37 37 35 70
Binary 10101111 10010000 1101111 0 10010 100101 11111 11111 11101 111000

Color Harmonies of #AF906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF906F

Black with #AF906F

Text Example


Text Example

White with #AF906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF906F; }

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

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

background-color css

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

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

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

border-color css

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

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

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