Html Css Color HEX #ADA361 Gimblet

📋 copy color: '#ADA361'

red 173 ◦ green 163 ◦ blue 97

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

Shades of Gimblet #ADA361

Tints of Gimblet #ADA361

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.64%

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

R = 39.95%
G = 37.64%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#ADA361 (or 0xADA361) is known color: Gimblet. HEX triplet: AD, A3 and 61. RGB value is (173,163,97). Sum of RGB (Red+Green+Blue) = 173+163+97=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA361 is #525C9E. Grayscale: #9E9E9E. Windows color (decimal): -5397663 or 6398893. OLE color: 6398893.

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

Color convert

RGB 173 163 97 -
CMYK 0 0.06 0.44 0.32
HSL 52.11º 0.32% 0.53% -
HSV(B) 52.11º 0.44% 0.68% -
XYZ 32.49 35.94 16.53 -
YUV 158.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 173 163 97 0 0.06 0.44 0.32 52.11 0.32 0.53
Hex AD A3 61 0 6 2C 20 34 20 35
Octal 255 243 141 0 6 54 40 64 40 65
Binary 10101101 10100011 1100001 0 110 101100 100000 110100 100000 110101

Color Harmonies of #ADA361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA361

Black with #ADA361

Text Example


Text Example

White with #ADA361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA361; }

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

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

background-color css

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

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

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

border-color css

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

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

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