Html Css Color HEX #AF886E Mongoose

📋 copy color: '#AF886E'

red 175 ◦ green 136 ◦ blue 110

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

Shades of Mongoose #AF886E

Tints of Mongoose #AF886E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.13%

R = 41.57%
G = 32.3%
B = 26.13%

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

#AF886E (or 0xAF886E) is known color: Mongoose. HEX triplet: AF, 88 and 6E. RGB value is (175,136,110). Sum of RGB (Red+Green+Blue) = 175+136+110=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF886E is #507791. Grayscale: #909090. Windows color (decimal): -5273490 or 7243951. OLE color: 7243951.

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

Color convert

RGB 175 136 110 -
CMYK 0 0.22 0.37 0.31
HSL 24º 0.29% 0.56% -
HSV(B) 24º 0.37% 0.69% -
XYZ 29.3 27.85 18.58 -
YUV 144.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 175 136 110 0 0.22 0.37 0.31 24 0.29 0.56
Hex AF 88 6E 0 16 25 1F 18 1D 38
Octal 257 210 156 0 26 45 37 30 35 70
Binary 10101111 10001000 1101110 0 10110 100101 11111 11000 11101 111000

Color Harmonies of #AF886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF886E

Black with #AF886E

Text Example


Text Example

White with #AF886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF886E; }

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

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

background-color css

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

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

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

border-color css

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

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

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