Html Css Color HEX #AF8D66 Mongoose

📋 copy color: '#AF8D66'

red 175 ◦ green 141 ◦ blue 102

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

Shades of Mongoose #AF8D66

Tints of Mongoose #AF8D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.4%

R = 41.87%
G = 33.73%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF8D66 (or 0xAF8D66) is known color: Mongoose. HEX triplet: AF, 8D and 66. RGB value is (175,141,102). Sum of RGB (Red+Green+Blue) = 175+141+102=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D66 is #507299. Grayscale: #929292. Windows color (decimal): -5272218 or 6720943. OLE color: 6720943.

HSL color Cylindrical-coordinate representation of color #AF8D66: hue angle of 32.05º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF8D66 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 141 102 -
CMYK 0 0.19 0.42 0.31
HSL 32.05º 0.31% 0.54% -
HSV(B) 32.05º 0.42% 0.69% -
XYZ 29.6 29.12 16.63 -
YUV 146.72 102.76 148.17 -
System Red Green Blue C M Y K H S L
Decimal 175 141 102 0 0.19 0.42 0.31 32.05 0.31 0.54
Hex AF 8D 66 0 13 2A 1F 20 1F 36
Octal 257 215 146 0 23 52 37 40 37 66
Binary 10101111 10001101 1100110 0 10011 101010 11111 100000 11111 110110

Color Harmonies of #AF8D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D66

Black with #AF8D66

Text Example


Text Example

White with #AF8D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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