Html Css Color HEX #ADA559 Gimblet

📋 copy color: '#ADA559'

red 173 ◦ green 165 ◦ blue 89

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

Shades of Gimblet #ADA559

Tints of Gimblet #ADA559

RGB

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

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

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

R = 40.52%
G = 38.64%
B = 20.84%

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

#ADA559 (or 0xADA559) is known color: Gimblet. HEX triplet: AD, A5 and 59. RGB value is (173,165,89). Sum of RGB (Red+Green+Blue) = 173+165+89=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA559 is #525AA6. Grayscale: #9F9F9F. Windows color (decimal): -5397159 or 5875117. OLE color: 5875117.

HSL color Cylindrical-coordinate representation of color #ADA559: hue angle of 54.29º 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 #ADA559 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 165 89 -
CMYK 0 0.05 0.49 0.32
HSL 54.29º 0.34% 0.51% -
HSV(B) 54.29º 0.49% 0.68% -
XYZ 32.49 36.52 14.79 -
YUV 158.73 88.65 138.18 -
System Red Green Blue C M Y K H S L
Decimal 173 165 89 0 0.05 0.49 0.32 54.29 0.34 0.51
Hex AD A5 59 0 5 31 20 36 22 33
Octal 255 245 131 0 5 61 40 66 42 63
Binary 10101101 10100101 1011001 0 101 110001 100000 110110 100010 110011

Color Harmonies of #ADA559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA559

Black with #ADA559

Text Example


Text Example

White with #ADA559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA559; }

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

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

background-color css

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

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

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

border-color css

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

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

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