Html Css Color HEX #AF906B Mongoose

📋 copy color: '#AF906B'

red 175 ◦ green 144 ◦ blue 107

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

Shades of Mongoose #AF906B

Tints of Mongoose #AF906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.12%

R = 41.08%
G = 33.8%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF906B (or 0xAF906B) is known color: Mongoose. HEX triplet: AF, 90 and 6B. RGB value is (175,144,107). Sum of RGB (Red+Green+Blue) = 175+144+107=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF906B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF906B is #506F94. Grayscale: #959595. Windows color (decimal): -5271445 or 7049391. OLE color: 7049391.

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

Color convert

RGB 175 144 107 -
CMYK 0 0.18 0.39 0.31
HSL 32.65º 0.3% 0.55% -
HSV(B) 32.65º 0.39% 0.69% -
XYZ 30.31 30.12 18.13 -
YUV 149.05 104.27 146.51 -
System Red Green Blue C M Y K H S L
Decimal 175 144 107 0 0.18 0.39 0.31 32.65 0.3 0.55
Hex AF 90 6B 0 12 27 1F 21 1E 37
Octal 257 220 153 0 22 47 37 41 36 67
Binary 10101111 10010000 1101011 0 10010 100111 11111 100001 11110 110111

Color Harmonies of #AF906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF906B

Black with #AF906B

Text Example


Text Example

White with #AF906B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF906B; }

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

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

background-color css

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

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

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

border-color css

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

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

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