Html Css Color HEX #AF886C Mongoose

📋 copy color: '#AF886C'

red 175 ◦ green 136 ◦ blue 108

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

Shades of Mongoose #AF886C

Tints of Mongoose #AF886C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.78%

R = 41.77%
G = 32.46%
B = 25.78%

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

#AF886C (or 0xAF886C) is known color: Mongoose. HEX triplet: AF, 88 and 6C. RGB value is (175,136,108). Sum of RGB (Red+Green+Blue) = 175+136+108=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF886C is #507793. Grayscale: #909090. Windows color (decimal): -5273492 or 7112879. OLE color: 7112879.

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

Color convert

RGB 175 136 108 -
CMYK 0 0.22 0.38 0.31
HSL 25.07º 0.3% 0.55% -
HSV(B) 25.07º 0.38% 0.69% -
XYZ 29.19 27.8 18.02 -
YUV 144.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 175 136 108 0 0.22 0.38 0.31 25.07 0.3 0.55
Hex AF 88 6C 0 16 26 1F 19 1E 37
Octal 257 210 154 0 26 46 37 31 36 67
Binary 10101111 10001000 1101100 0 10110 100110 11111 11001 11110 110111

Color Harmonies of #AF886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF886C

Black with #AF886C

Text Example


Text Example

White with #AF886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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