Html Css Color HEX #ADA564 Gimblet

📋 copy color: '#ADA564'

red 173 ◦ green 165 ◦ blue 100

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

Shades of Gimblet #ADA564

Tints of Gimblet #ADA564

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

 BLUE value IS 100 (39.45% from 255) = 22.83%

R = 39.5%
G = 37.67%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#ADA564 (or 0xADA564) is known color: Gimblet. HEX triplet: AD, A5 and 64. RGB value is (173,165,100). Sum of RGB (Red+Green+Blue) = 173+165+100=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA564 is #525A9B. Grayscale: #A0A0A0. Windows color (decimal): -5397148 or 6596013. OLE color: 6596013.

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

Color convert

RGB 173 165 100 -
CMYK 0 0.05 0.42 0.32
HSL 53.42º 0.31% 0.54% -
HSV(B) 53.42º 0.42% 0.68% -
XYZ 32.99 36.71 17.4 -
YUV 159.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 173 165 100 0 0.05 0.42 0.32 53.42 0.31 0.54
Hex AD A5 64 0 5 2A 20 35 1F 36
Octal 255 245 144 0 5 52 40 65 37 66
Binary 10101101 10100101 1100100 0 101 101010 100000 110101 11111 110110

Color Harmonies of #ADA564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA564

Black with #ADA564

Text Example


Text Example

White with #ADA564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA564; }

 p { color: rgb(173,165,100); }

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

background-color css

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

 a { background-color: rgb(173,165,100); }

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

border-color css

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

 span { border-color: rgb(173,165,100); }

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