Html Css Color HEX #ADA561 Gimblet

📋 copy color: '#ADA561'

red 173 ◦ green 165 ◦ blue 97

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

Shades of Gimblet #ADA561

Tints of Gimblet #ADA561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.3%

R = 39.77%
G = 37.93%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#ADA561 (or 0xADA561) is known color: Gimblet. HEX triplet: AD, A5 and 61. RGB value is (173,165,97). Sum of RGB (Red+Green+Blue) = 173+165+97=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA561 is #525A9E. Grayscale: #9F9F9F. Windows color (decimal): -5397151 or 6399405. OLE color: 6399405.

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

Color convert

RGB 173 165 97 -
CMYK 0 0.05 0.44 0.32
HSL 53.68º 0.32% 0.53% -
HSV(B) 53.68º 0.44% 0.68% -
XYZ 32.85 36.66 16.65 -
YUV 159.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 173 165 97 0 0.05 0.44 0.32 53.68 0.32 0.53
Hex AD A5 61 0 5 2C 20 36 20 35
Octal 255 245 141 0 5 54 40 66 40 65
Binary 10101101 10100101 1100001 0 101 101100 100000 110110 100000 110101

Color Harmonies of #ADA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA561

Black with #ADA561

Text Example


Text Example

White with #ADA561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA561; }

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

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

background-color css

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

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

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

border-color css

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

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

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