Html Css Color HEX #AF886F Mongoose

📋 copy color: '#AF886F'

red 175 ◦ green 136 ◦ blue 111

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

Shades of Mongoose #AF886F

Tints of Mongoose #AF886F

RGB

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

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

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

R = 41.47%
G = 32.23%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF886F (or 0xAF886F) is known color: Mongoose. HEX triplet: AF, 88 and 6F. RGB value is (175,136,111). Sum of RGB (Red+Green+Blue) = 175+136+111=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF886F is #507790. Grayscale: #909090. Windows color (decimal): -5273489 or 7309487. OLE color: 7309487.

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

Color convert

RGB 175 136 111 -
CMYK 0 0.22 0.37 0.31
HSL 23.44º 0.29% 0.56% -
HSV(B) 23.44º 0.37% 0.69% -
XYZ 29.35 27.87 18.87 -
YUV 144.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 175 136 111 0 0.22 0.37 0.31 23.44 0.29 0.56
Hex AF 88 6F 0 16 25 1F 17 1D 38
Octal 257 210 157 0 26 45 37 27 35 70
Binary 10101111 10001000 1101111 0 10110 100101 11111 10111 11101 111000

Color Harmonies of #AF886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF886F

Black with #AF886F

Text Example


Text Example

White with #AF886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF886F; }

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

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

background-color css

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

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

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

border-color css

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

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

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