Html Css Color HEX #ADA760 Gimblet

📋 copy color: '#ADA760'

red 173 ◦ green 167 ◦ blue 96

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

Shades of Gimblet #ADA760

Tints of Gimblet #ADA760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.3%

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

R = 39.68%
G = 38.3%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#ADA760 (or 0xADA760) is known color: Gimblet. HEX triplet: AD, A7 and 60. RGB value is (173,167,96). Sum of RGB (Red+Green+Blue) = 173+167+96=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA760 is #52589F. Grayscale: #A0A0A0. Windows color (decimal): -5396640 or 6334381. OLE color: 6334381.

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

Color convert

RGB 173 167 96 -
CMYK 0 0.03 0.45 0.32
HSL 55.32º 0.32% 0.53% -
HSV(B) 55.32º 0.45% 0.68% -
XYZ 33.16 37.37 16.53 -
YUV 160.7 91.49 136.77 -
System Red Green Blue C M Y K H S L
Decimal 173 167 96 0 0.03 0.45 0.32 55.32 0.32 0.53
Hex AD A7 60 0 3 2D 20 37 20 35
Octal 255 247 140 0 3 55 40 67 40 65
Binary 10101101 10100111 1100000 0 11 101101 100000 110111 100000 110101

Color Harmonies of #ADA760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA760

Black with #ADA760

Text Example


Text Example

White with #ADA760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA760; }

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

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

background-color css

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

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

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

border-color css

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

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

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