Html Css Color HEX #ADA460 Gimblet

📋 copy color: '#ADA460'

red 173 ◦ green 164 ◦ blue 96

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

Shades of Gimblet #ADA460

Tints of Gimblet #ADA460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.17%

R = 39.95%
G = 37.88%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#ADA460 (or 0xADA460) is known color: Gimblet. HEX triplet: AD, A4 and 60. RGB value is (173,164,96). Sum of RGB (Red+Green+Blue) = 173+164+96=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA460 is #525B9F. Grayscale: #9F9F9F. Windows color (decimal): -5397408 or 6333613. OLE color: 6333613.

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

Color convert

RGB 173 164 96 -
CMYK 0 0.05 0.45 0.32
HSL 52.99º 0.32% 0.53% -
HSV(B) 52.99º 0.45% 0.68% -
XYZ 32.62 36.28 16.35 -
YUV 158.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 173 164 96 0 0.05 0.45 0.32 52.99 0.32 0.53
Hex AD A4 60 0 5 2D 20 35 20 35
Octal 255 244 140 0 5 55 40 65 40 65
Binary 10101101 10100100 1100000 0 101 101101 100000 110101 100000 110101

Color Harmonies of #ADA460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA460

Black with #ADA460

Text Example


Text Example

White with #ADA460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA460; }

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

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

background-color css

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

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

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

border-color css

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

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

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