Html Css Color HEX #AF886D Mongoose

📋 copy color: '#AF886D'

red 175 ◦ green 136 ◦ blue 109

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

Shades of Mongoose #AF886D

Tints of Mongoose #AF886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.38%

 BLUE value IS 109 (42.97% from 255) = 25.95%

R = 41.67%
G = 32.38%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF886D (or 0xAF886D) is known color: Mongoose. HEX triplet: AF, 88 and 6D. RGB value is (175,136,109). Sum of RGB (Red+Green+Blue) = 175+136+109=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF886D is #507792. Grayscale: #909090. Windows color (decimal): -5273491 or 7178415. OLE color: 7178415.

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

Color convert

RGB 175 136 109 -
CMYK 0 0.22 0.38 0.31
HSL 24.55º 0.29% 0.56% -
HSV(B) 24.55º 0.38% 0.69% -
XYZ 29.24 27.83 18.3 -
YUV 144.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 175 136 109 0 0.22 0.38 0.31 24.55 0.29 0.56
Hex AF 88 6D 0 16 26 1F 19 1D 38
Octal 257 210 155 0 26 46 37 31 35 70
Binary 10101111 10001000 1101101 0 10110 100110 11111 11001 11101 111000

Color Harmonies of #AF886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF886D

Black with #AF886D

Text Example


Text Example

White with #AF886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF886D; }

 p { color: rgb(175,136,109); }

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

background-color css

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

 a { background-color: rgb(175,136,109); }

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

border-color css

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

 span { border-color: rgb(175,136,109); }

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