Html Css Color HEX #AF8870 Mongoose

📋 copy color: '#AF8870'

red 175 ◦ green 136 ◦ blue 112

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

Shades of Mongoose #AF8870

Tints of Mongoose #AF8870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.15%

 BLUE value IS 112 (44.14% from 255) = 26.48%

R = 41.37%
G = 32.15%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF8870 (or 0xAF8870) is known color: Mongoose. HEX triplet: AF, 88 and 70. RGB value is (175,136,112). Sum of RGB (Red+Green+Blue) = 175+136+112=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8870 is #50778F. Grayscale: #919191. Windows color (decimal): -5273488 or 7375023. OLE color: 7375023.

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

Color convert

RGB 175 136 112 -
CMYK 0 0.22 0.36 0.31
HSL 22.86º 0.28% 0.56% -
HSV(B) 22.86º 0.36% 0.69% -
XYZ 29.41 27.89 19.16 -
YUV 144.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 175 136 112 0 0.22 0.36 0.31 22.86 0.28 0.56
Hex AF 88 70 0 16 24 1F 17 1C 38
Octal 257 210 160 0 26 44 37 27 34 70
Binary 10101111 10001000 1110000 0 10110 100100 11111 10111 11100 111000

Color Harmonies of #AF8870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8870

Black with #AF8870

Text Example


Text Example

White with #AF8870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8870; }

 p { color: rgb(175,136,112); }

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

background-color css

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

 a { background-color: rgb(175,136,112); }

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

border-color css

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

 span { border-color: rgb(175,136,112); }

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