Html Css Color HEX #AF8E69 Mongoose

📋 copy color: '#AF8E69'

red 175 ◦ green 142 ◦ blue 105

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

Shades of Mongoose #AF8E69

Tints of Mongoose #AF8E69

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.65%

 BLUE value IS 105 (41.41% from 255) = 24.88%

R = 41.47%
G = 33.65%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF8E69 (or 0xAF8E69) is known color: Mongoose. HEX triplet: AF, 8E and 69. RGB value is (175,142,105). Sum of RGB (Red+Green+Blue) = 175+142+105=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E69 is #507196. Grayscale: #939393. Windows color (decimal): -5271959 or 6917807. OLE color: 6917807.

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

Color convert

RGB 175 142 105 -
CMYK 0 0.19 0.40 0.31
HSL 31.71º 0.3% 0.55% -
HSV(B) 31.71º 0.4% 0.69% -
XYZ 29.9 29.48 17.48 -
YUV 147.65 103.93 147.51 -
System Red Green Blue C M Y K H S L
Decimal 175 142 105 0 0.19 0.40 0.31 31.71 0.3 0.55
Hex AF 8E 69 0 13 28 1F 20 1E 37
Octal 257 216 151 0 23 50 37 40 36 67
Binary 10101111 10001110 1101001 0 10011 101000 11111 100000 11110 110111

Color Harmonies of #AF8E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E69

Black with #AF8E69

Text Example


Text Example

White with #AF8E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E69; }

 p { color: rgb(175,142,105); }

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

background-color css

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

 a { background-color: rgb(175,142,105); }

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

border-color css

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

 span { border-color: rgb(175,142,105); }

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