Html Css Color HEX #ADA761 Gimblet

📋 copy color: '#ADA761'

red 173 ◦ green 167 ◦ blue 97

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

Shades of Gimblet #ADA761

Tints of Gimblet #ADA761

RGB

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

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

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

R = 39.59%
G = 38.22%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#ADA761 (or 0xADA761) is known color: Gimblet. HEX triplet: AD, A7 and 61. RGB value is (173,167,97). Sum of RGB (Red+Green+Blue) = 173+167+97=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA761 is #52589E. Grayscale: #A1A1A1. Windows color (decimal): -5396639 or 6399917. OLE color: 6399917.

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

Color convert

RGB 173 167 97 -
CMYK 0 0.03 0.44 0.32
HSL 55.26º 0.32% 0.53% -
HSV(B) 55.26º 0.44% 0.68% -
XYZ 33.21 37.38 16.77 -
YUV 160.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 173 167 97 0 0.03 0.44 0.32 55.26 0.32 0.53
Hex AD A7 61 0 3 2C 20 37 20 35
Octal 255 247 141 0 3 54 40 67 40 65
Binary 10101101 10100111 1100001 0 11 101100 100000 110111 100000 110101

Color Harmonies of #ADA761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA761

Black with #ADA761

Text Example


Text Example

White with #ADA761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA761; }

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

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

background-color css

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

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

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

border-color css

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

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

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