Html Css Color HEX #ADA364 Gimblet

📋 copy color: '#ADA364'

red 173 ◦ green 163 ◦ blue 100

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

Shades of Gimblet #ADA364

Tints of Gimblet #ADA364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.94%

R = 39.68%
G = 37.39%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#ADA364 (or 0xADA364) is known color: Gimblet. HEX triplet: AD, A3 and 64. RGB value is (173,163,100). Sum of RGB (Red+Green+Blue) = 173+163+100=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA364 is #525C9B. Grayscale: #9F9F9F. Windows color (decimal): -5397660 or 6595501. OLE color: 6595501.

HSL color Cylindrical-coordinate representation of color #ADA364: hue angle of 51.78º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADA364 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 163 100 -
CMYK 0 0.06 0.42 0.32
HSL 51.78º 0.31% 0.54% -
HSV(B) 51.78º 0.42% 0.68% -
XYZ 32.63 36 17.29 -
YUV 158.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 173 163 100 0 0.06 0.42 0.32 51.78 0.31 0.54
Hex AD A3 64 0 6 2A 20 34 1F 36
Octal 255 243 144 0 6 52 40 64 37 66
Binary 10101101 10100011 1100100 0 110 101010 100000 110100 11111 110110

Color Harmonies of #ADA364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA364

Black with #ADA364

Text Example


Text Example

White with #ADA364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA364; }

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

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

background-color css

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

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

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

border-color css

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

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

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