Html Css Color HEX #AF8C70 Mongoose

📋 copy color: '#AF8C70'

red 175 ◦ green 140 ◦ blue 112

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

Shades of Mongoose #AF8C70

Tints of Mongoose #AF8C70

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

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

R = 40.98%
G = 32.79%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF8C70 (or 0xAF8C70) is known color: Mongoose. HEX triplet: AF, 8C and 70. RGB value is (175,140,112). Sum of RGB (Red+Green+Blue) = 175+140+112=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C70 is #50738F. Grayscale: #939393. Windows color (decimal): -5272464 or 7376047. OLE color: 7376047.

HSL color Cylindrical-coordinate representation of color #AF8C70: hue angle of 26.67º 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 #AF8C70 is Cyan = 0, Magento = 0.2, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 140 112 -
CMYK 0 0.2 0.36 0.31
HSL 26.67º 0.28% 0.56% -
HSV(B) 26.67º 0.36% 0.69% -
XYZ 29.98 29.04 19.35 -
YUV 147.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 175 140 112 0 0.2 0.36 0.31 26.67 0.28 0.56
Hex AF 8C 70 0 14 24 1F 1B 1C 38
Octal 257 214 160 0 24 44 37 33 34 70
Binary 10101111 10001100 1110000 0 10100 100100 11111 11011 11100 111000

Color Harmonies of #AF8C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C70

Black with #AF8C70

Text Example


Text Example

White with #AF8C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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