Html Css Color HEX #ADA459 Gimblet

📋 copy color: '#ADA459'

red 173 ◦ green 164 ◦ blue 89

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

Shades of Gimblet #ADA459

Tints of Gimblet #ADA459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.89%

R = 40.61%
G = 38.5%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#ADA459 (or 0xADA459) is known color: Gimblet. HEX triplet: AD, A4 and 59. RGB value is (173,164,89). Sum of RGB (Red+Green+Blue) = 173+164+89=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA459 is #525BA6. Grayscale: #9E9E9E. Windows color (decimal): -5397415 or 5874861. OLE color: 5874861.

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

Color convert

RGB 173 164 89 -
CMYK 0 0.05 0.49 0.32
HSL 53.57º 0.34% 0.51% -
HSV(B) 53.57º 0.49% 0.68% -
XYZ 32.31 36.16 14.73 -
YUV 158.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 173 164 89 0 0.05 0.49 0.32 53.57 0.34 0.51
Hex AD A4 59 0 5 31 20 36 22 33
Octal 255 244 131 0 5 61 40 66 42 63
Binary 10101101 10100100 1011001 0 101 110001 100000 110110 100010 110011

Color Harmonies of #ADA459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA459

Black with #ADA459

Text Example


Text Example

White with #ADA459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA459; }

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

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

background-color css

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

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

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

border-color css

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

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

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