Html Css Color HEX #AD946A Mongoose

📋 copy color: '#AD946A'

red 173 ◦ green 148 ◦ blue 106

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

Shades of Mongoose #AD946A

Tints of Mongoose #AD946A

RGB

 RED value IS 173 (67.97% from 255) = 40.52%

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

 BLUE value IS 106 (41.8% from 255) = 24.82%

R = 40.52%
G = 34.66%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD946A (or 0xAD946A) is known color: Mongoose. HEX triplet: AD, 94 and 6A. RGB value is (173,148,106). Sum of RGB (Red+Green+Blue) = 173+148+106=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD946A is #526B95. Grayscale: #969696. Windows color (decimal): -5401494 or 6984877. OLE color: 6984877.

HSL color Cylindrical-coordinate representation of color #AD946A: hue angle of 37.61º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD946A is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 148 106 -
CMYK 0 0.14 0.39 0.32
HSL 37.61º 0.29% 0.55% -
HSV(B) 37.61º 0.39% 0.68% -
XYZ 30.43 31.1 18.04 -
YUV 150.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 173 148 106 0 0.14 0.39 0.32 37.61 0.29 0.55
Hex AD 94 6A 0 E 27 20 26 1D 37
Octal 255 224 152 0 16 47 40 46 35 67
Binary 10101101 10010100 1101010 0 1110 100111 100000 100110 11101 110111

Color Harmonies of #AD946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD946A

Black with #AD946A

Text Example


Text Example

White with #AD946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD946A; }

 p { color: rgb(173,148,106); }

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

background-color css

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

 a { background-color: rgb(173,148,106); }

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

border-color css

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

 span { border-color: rgb(173,148,106); }

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