Html Css Color HEX #AF976F Mongoose

📋 copy color: '#AF976F'

red 175 ◦ green 151 ◦ blue 111

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

Shades of Mongoose #AF976F

Tints of Mongoose #AF976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.55%

 BLUE value IS 111 (43.75% from 255) = 25.4%

R = 40.05%
G = 34.55%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF976F (or 0xAF976F) is known color: Mongoose. HEX triplet: AF, 97 and 6F. RGB value is (175,151,111). Sum of RGB (Red+Green+Blue) = 175+151+111=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF976F is #506890. Grayscale: #999999. Windows color (decimal): -5269649 or 7313327. OLE color: 7313327.

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

Color convert

RGB 175 151 111 -
CMYK 0 0.14 0.37 0.31
HSL 37.5º 0.29% 0.56% -
HSV(B) 37.5º 0.37% 0.69% -
XYZ 31.62 32.39 19.63 -
YUV 153.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 175 151 111 0 0.14 0.37 0.31 37.5 0.29 0.56
Hex AF 97 6F 0 E 25 1F 26 1D 38
Octal 257 227 157 0 16 45 37 46 35 70
Binary 10101111 10010111 1101111 0 1110 100101 11111 100110 11101 111000

Color Harmonies of #AF976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF976F

Black with #AF976F

Text Example


Text Example

White with #AF976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF976F; }

 p { color: rgb(175,151,111); }

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

background-color css

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

 a { background-color: rgb(175,151,111); }

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

border-color css

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

 span { border-color: rgb(175,151,111); }

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