Html Css Color HEX #AF8B71 Mongoose

📋 copy color: '#AF8B71'

red 175 ◦ green 139 ◦ blue 113

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

Shades of Mongoose #AF8B71

Tints of Mongoose #AF8B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.55%

 BLUE value IS 113 (44.53% from 255) = 26.46%

R = 40.98%
G = 32.55%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF8B71 (or 0xAF8B71) is known color: Mongoose. HEX triplet: AF, 8B and 71. RGB value is (175,139,113). Sum of RGB (Red+Green+Blue) = 175+139+113=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B71 is #50748E. Grayscale: #929292. Windows color (decimal): -5272719 or 7441327. OLE color: 7441327.

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

Color convert

RGB 175 139 113 -
CMYK 0 0.21 0.35 0.31
HSL 25.16º 0.28% 0.56% -
HSV(B) 25.16º 0.35% 0.69% -
XYZ 29.89 28.77 19.6 -
YUV 146.8 108.93 148.11 -
System Red Green Blue C M Y K H S L
Decimal 175 139 113 0 0.21 0.35 0.31 25.16 0.28 0.56
Hex AF 8B 71 0 15 23 1F 19 1C 38
Octal 257 213 161 0 25 43 37 31 34 70
Binary 10101111 10001011 1110001 0 10101 100011 11111 11001 11100 111000

Color Harmonies of #AF8B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8B71

Black with #AF8B71

Text Example


Text Example

White with #AF8B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8B71; }

 p { color: rgb(175,139,113); }

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

background-color css

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

 a { background-color: rgb(175,139,113); }

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

border-color css

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

 span { border-color: rgb(175,139,113); }

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