Html Css Color HEX #ADA163 Gimblet

📋 copy color: '#ADA163'

red 173 ◦ green 161 ◦ blue 99

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

Shades of Gimblet #ADA163

Tints of Gimblet #ADA163

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.18%

 BLUE value IS 99 (39.06% from 255) = 22.86%

R = 39.95%
G = 37.18%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#ADA163 (or 0xADA163) is known color: Gimblet. HEX triplet: AD, A1 and 63. RGB value is (173,161,99). Sum of RGB (Red+Green+Blue) = 173+161+99=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA163 is #525E9C. Grayscale: #9D9D9D. Windows color (decimal): -5398173 or 6529453. OLE color: 6529453.

HSL color Cylindrical-coordinate representation of color #ADA163: hue angle of 50.27º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADA163 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 161 99 -
CMYK 0 0.07 0.43 0.32
HSL 50.27º 0.31% 0.53% -
HSV(B) 50.27º 0.43% 0.68% -
XYZ 32.23 35.27 16.91 -
YUV 157.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 173 161 99 0 0.07 0.43 0.32 50.27 0.31 0.53
Hex AD A1 63 0 7 2B 20 32 1F 35
Octal 255 241 143 0 7 53 40 62 37 65
Binary 10101101 10100001 1100011 0 111 101011 100000 110010 11111 110101

Color Harmonies of #ADA163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA163

Black with #ADA163

Text Example


Text Example

White with #ADA163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA163; }

 p { color: rgb(173,161,99); }

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

background-color css

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

 a { background-color: rgb(173,161,99); }

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

border-color css

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

 span { border-color: rgb(173,161,99); }

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