Html Css Color HEX #AF946F Mongoose

📋 copy color: '#AF946F'

red 175 ◦ green 148 ◦ blue 111

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

Shades of Mongoose #AF946F

Tints of Mongoose #AF946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.1%

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

R = 40.32%
G = 34.1%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF946F (or 0xAF946F) is known color: Mongoose. HEX triplet: AF, 94 and 6F. RGB value is (175,148,111). Sum of RGB (Red+Green+Blue) = 175+148+111=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF946F is #506B90. Grayscale: #989898. Windows color (decimal): -5270417 or 7312559. OLE color: 7312559.

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

Color convert

RGB 175 148 111 -
CMYK 0 0.15 0.37 0.31
HSL 34.69º 0.29% 0.56% -
HSV(B) 34.69º 0.37% 0.69% -
XYZ 31.14 31.44 19.47 -
YUV 151.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 175 148 111 0 0.15 0.37 0.31 34.69 0.29 0.56
Hex AF 94 6F 0 F 25 1F 23 1D 38
Octal 257 224 157 0 17 45 37 43 35 70
Binary 10101111 10010100 1101111 0 1111 100101 11111 100011 11101 111000

Color Harmonies of #AF946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF946F

Black with #AF946F

Text Example


Text Example

White with #AF946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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