Html Css Color HEX #AF8D6F Mongoose

📋 copy color: '#AF8D6F'

red 175 ◦ green 141 ◦ blue 111

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

Shades of Mongoose #AF8D6F

Tints of Mongoose #AF8D6F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.02%

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

R = 40.98%
G = 33.02%
B = 26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF8D6F (or 0xAF8D6F) is known color: Mongoose. HEX triplet: AF, 8D and 6F. RGB value is (175,141,111). Sum of RGB (Red+Green+Blue) = 175+141+111=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D6F is #507290. Grayscale: #939393. Windows color (decimal): -5272209 or 7310767. OLE color: 7310767.

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

Color convert

RGB 175 141 111 -
CMYK 0 0.19 0.37 0.31
HSL 28.13º 0.29% 0.56% -
HSV(B) 28.13º 0.37% 0.69% -
XYZ 30.07 29.31 19.11 -
YUV 147.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 175 141 111 0 0.19 0.37 0.31 28.13 0.29 0.56
Hex AF 8D 6F 0 13 25 1F 1C 1D 38
Octal 257 215 157 0 23 45 37 34 35 70
Binary 10101111 10001101 1101111 0 10011 100101 11111 11100 11101 111000

Color Harmonies of #AF8D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D6F

Black with #AF8D6F

Text Example


Text Example

White with #AF8D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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