Html Css Color HEX #ADA46C Gimblet

📋 copy color: '#ADA46C'

red 173 ◦ green 164 ◦ blue 108

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

Shades of Gimblet #ADA46C

Tints of Gimblet #ADA46C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.85%

 BLUE value IS 108 (42.58% from 255) = 24.27%

R = 38.88%
G = 36.85%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#ADA46C (or 0xADA46C) is known color: Gimblet. HEX triplet: AD, A4 and 6C. RGB value is (173,164,108). Sum of RGB (Red+Green+Blue) = 173+164+108=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA46C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA46C is #525B93. Grayscale: #A0A0A0. Windows color (decimal): -5397396 or 7120045. OLE color: 7120045.

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

Color convert

RGB 173 164 108 -
CMYK 0 0.05 0.38 0.32
HSL 51.69º 0.28% 0.55% -
HSV(B) 51.69º 0.38% 0.68% -
XYZ 33.22 36.52 19.49 -
YUV 160.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 173 164 108 0 0.05 0.38 0.32 51.69 0.28 0.55
Hex AD A4 6C 0 5 26 20 34 1C 37
Octal 255 244 154 0 5 46 40 64 34 67
Binary 10101101 10100100 1101100 0 101 100110 100000 110100 11100 110111

Color Harmonies of #ADA46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA46C

Black with #ADA46C

Text Example


Text Example

White with #ADA46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA46C; }

 p { color: rgb(173,164,108); }

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

background-color css

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

 a { background-color: rgb(173,164,108); }

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

border-color css

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

 span { border-color: rgb(173,164,108); }

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