Html Css Color HEX #AF906C Mongoose

📋 copy color: '#AF906C'

red 175 ◦ green 144 ◦ blue 108

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

Shades of Mongoose #AF906C

Tints of Mongoose #AF906C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.29%

R = 40.98%
G = 33.72%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF906C (or 0xAF906C) is known color: Mongoose. HEX triplet: AF, 90 and 6C. RGB value is (175,144,108). Sum of RGB (Red+Green+Blue) = 175+144+108=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF906C is #506F93. Grayscale: #959595. Windows color (decimal): -5271444 or 7114927. OLE color: 7114927.

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

Color convert

RGB 175 144 108 -
CMYK 0 0.18 0.38 0.31
HSL 32.24º 0.3% 0.55% -
HSV(B) 32.24º 0.38% 0.69% -
XYZ 30.36 30.14 18.41 -
YUV 149.17 104.77 146.43 -
System Red Green Blue C M Y K H S L
Decimal 175 144 108 0 0.18 0.38 0.31 32.24 0.3 0.55
Hex AF 90 6C 0 12 26 1F 20 1E 37
Octal 257 220 154 0 22 46 37 40 36 67
Binary 10101111 10010000 1101100 0 10010 100110 11111 100000 11110 110111

Color Harmonies of #AF906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF906C

Black with #AF906C

Text Example


Text Example

White with #AF906C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF906C; }

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

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

background-color css

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

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

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

border-color css

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

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

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