Html Css Color HEX #AF896E Mongoose

📋 copy color: '#AF896E'

red 175 ◦ green 137 ◦ blue 110

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

Shades of Mongoose #AF896E

Tints of Mongoose #AF896E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.07%

R = 41.47%
G = 32.46%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF896E (or 0xAF896E) is known color: Mongoose. HEX triplet: AF, 89 and 6E. RGB value is (175,137,110). Sum of RGB (Red+Green+Blue) = 175+137+110=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF896E is #507691. Grayscale: #919191. Windows color (decimal): -5273234 or 7244207. OLE color: 7244207.

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

Color convert

RGB 175 137 110 -
CMYK 0 0.22 0.37 0.31
HSL 24.92º 0.29% 0.56% -
HSV(B) 24.92º 0.37% 0.69% -
XYZ 29.44 28.13 18.63 -
YUV 145.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 175 137 110 0 0.22 0.37 0.31 24.92 0.29 0.56
Hex AF 89 6E 0 16 25 1F 19 1D 38
Octal 257 211 156 0 26 45 37 31 35 70
Binary 10101111 10001001 1101110 0 10110 100101 11111 11001 11101 111000

Color Harmonies of #AF896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF896E

Black with #AF896E

Text Example


Text Example

White with #AF896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF896E; }

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

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

background-color css

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

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

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

border-color css

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

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

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