Html Css Color HEX #AF946D Mongoose

📋 copy color: '#AF946D'

red 175 ◦ green 148 ◦ blue 109

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

Shades of Mongoose #AF946D

Tints of Mongoose #AF946D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.23%

R = 40.51%
G = 34.26%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF946D (or 0xAF946D) is known color: Mongoose. HEX triplet: AF, 94 and 6D. RGB value is (175,148,109). Sum of RGB (Red+Green+Blue) = 175+148+109=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF946D is #506B92. Grayscale: #979797. Windows color (decimal): -5270419 or 7181487. OLE color: 7181487.

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

Color convert

RGB 175 148 109 -
CMYK 0 0.15 0.38 0.31
HSL 35.45º 0.29% 0.56% -
HSV(B) 35.45º 0.38% 0.69% -
XYZ 31.03 31.4 18.89 -
YUV 151.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 175 148 109 0 0.15 0.38 0.31 35.45 0.29 0.56
Hex AF 94 6D 0 F 26 1F 23 1D 38
Octal 257 224 155 0 17 46 37 43 35 70
Binary 10101111 10010100 1101101 0 1111 100110 11111 100011 11101 111000

Color Harmonies of #AF946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF946D

Black with #AF946D

Text Example


Text Example

White with #AF946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF946D; }

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

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

background-color css

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

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

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

border-color css

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

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

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