Html Css Color HEX #AF896B Mongoose

📋 copy color: '#AF896B'

red 175 ◦ green 137 ◦ blue 107

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

Shades of Mongoose #AF896B

Tints of Mongoose #AF896B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.54%

R = 41.77%
G = 32.7%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF896B (or 0xAF896B) is known color: Mongoose. HEX triplet: AF, 89 and 6B. RGB value is (175,137,107). Sum of RGB (Red+Green+Blue) = 175+137+107=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF896B is #507694. Grayscale: #919191. Windows color (decimal): -5273237 or 7047599. OLE color: 7047599.

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

Color convert

RGB 175 137 107 -
CMYK 0 0.22 0.39 0.31
HSL 26.47º 0.3% 0.55% -
HSV(B) 26.47º 0.39% 0.69% -
XYZ 29.28 28.07 17.78 -
YUV 144.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 175 137 107 0 0.22 0.39 0.31 26.47 0.3 0.55
Hex AF 89 6B 0 16 27 1F 1A 1E 37
Octal 257 211 153 0 26 47 37 32 36 67
Binary 10101111 10001001 1101011 0 10110 100111 11111 11010 11110 110111

Color Harmonies of #AF896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF896B

Black with #AF896B

Text Example


Text Example

White with #AF896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF896B; }

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

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

background-color css

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

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

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

border-color css

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

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

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