Html Css Color HEX #AF8D6C Mongoose

📋 copy color: '#AF8D6C'

red 175 ◦ green 141 ◦ blue 108

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

Shades of Mongoose #AF8D6C

Tints of Mongoose #AF8D6C

RGB

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

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

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

R = 41.27%
G = 33.25%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF8D6C (or 0xAF8D6C) is known color: Mongoose. HEX triplet: AF, 8D and 6C. RGB value is (175,141,108). Sum of RGB (Red+Green+Blue) = 175+141+108=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D6C is #507293. Grayscale: #939393. Windows color (decimal): -5272212 or 7114159. OLE color: 7114159.

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

Color convert

RGB 175 141 108 -
CMYK 0 0.19 0.38 0.31
HSL 29.55º 0.3% 0.55% -
HSV(B) 29.55º 0.38% 0.69% -
XYZ 29.91 29.25 18.26 -
YUV 147.4 105.76 147.68 -
System Red Green Blue C M Y K H S L
Decimal 175 141 108 0 0.19 0.38 0.31 29.55 0.3 0.55
Hex AF 8D 6C 0 13 26 1F 1E 1E 37
Octal 257 215 154 0 23 46 37 36 36 67
Binary 10101111 10001101 1101100 0 10011 100110 11111 11110 11110 110111

Color Harmonies of #AF8D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D6C

Black with #AF8D6C

Text Example


Text Example

White with #AF8D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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