Html Css Color HEX #ADA461 Gimblet

📋 copy color: '#ADA461'

red 173 ◦ green 164 ◦ blue 97

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

Shades of Gimblet #ADA461

Tints of Gimblet #ADA461

RGB

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

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

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

R = 39.86%
G = 37.79%
B = 22.35%

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

#ADA461 (or 0xADA461) is known color: Gimblet. HEX triplet: AD, A4 and 61. RGB value is (173,164,97). Sum of RGB (Red+Green+Blue) = 173+164+97=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA461 is #525B9E. Grayscale: #9F9F9F. Windows color (decimal): -5397407 or 6399149. OLE color: 6399149.

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

Color convert

RGB 173 164 97 -
CMYK 0 0.05 0.44 0.32
HSL 52.89º 0.32% 0.53% -
HSV(B) 52.89º 0.44% 0.68% -
XYZ 32.67 36.3 16.59 -
YUV 159.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 173 164 97 0 0.05 0.44 0.32 52.89 0.32 0.53
Hex AD A4 61 0 5 2C 20 35 20 35
Octal 255 244 141 0 5 54 40 65 40 65
Binary 10101101 10100100 1100001 0 101 101100 100000 110101 100000 110101

Color Harmonies of #ADA461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA461

Black with #ADA461

Text Example


Text Example

White with #ADA461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA461; }

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

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

background-color css

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

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

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

border-color css

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

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

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