Html Css Color HEX #AF896D Mongoose

📋 copy color: '#AF896D'

red 175 ◦ green 137 ◦ blue 109

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

Shades of Mongoose #AF896D

Tints of Mongoose #AF896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.54%

 BLUE value IS 109 (42.97% from 255) = 25.89%

R = 41.57%
G = 32.54%
B = 25.89%

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

#AF896D (or 0xAF896D) is known color: Mongoose. HEX triplet: AF, 89 and 6D. RGB value is (175,137,109). Sum of RGB (Red+Green+Blue) = 175+137+109=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF896D is #507692. Grayscale: #919191. Windows color (decimal): -5273235 or 7178671. OLE color: 7178671.

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

Color convert

RGB 175 137 109 -
CMYK 0 0.22 0.38 0.31
HSL 25.45º 0.29% 0.56% -
HSV(B) 25.45º 0.38% 0.69% -
XYZ 29.39 28.11 18.34 -
YUV 145.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 175 137 109 0 0.22 0.38 0.31 25.45 0.29 0.56
Hex AF 89 6D 0 16 26 1F 19 1D 38
Octal 257 211 155 0 26 46 37 31 35 70
Binary 10101111 10001001 1101101 0 10110 100110 11111 11001 11101 111000

Color Harmonies of #AF896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF896D

Black with #AF896D

Text Example


Text Example

White with #AF896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF896D; }

 p { color: rgb(175,137,109); }

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

background-color css

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

 a { background-color: rgb(175,137,109); }

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

border-color css

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

 span { border-color: rgb(175,137,109); }

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