Html Css Color HEX #ADA463 Gimblet

📋 copy color: '#ADA463'

red 173 ◦ green 164 ◦ blue 99

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

Shades of Gimblet #ADA463

Tints of Gimblet #ADA463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.71%

R = 39.68%
G = 37.61%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#ADA463 (or 0xADA463) is known color: Gimblet. HEX triplet: AD, A4 and 63. RGB value is (173,164,99). Sum of RGB (Red+Green+Blue) = 173+164+99=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA463 is #525B9C. Grayscale: #9F9F9F. Windows color (decimal): -5397405 or 6530221. OLE color: 6530221.

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

Color convert

RGB 173 164 99 -
CMYK 0 0.05 0.43 0.32
HSL 52.7º 0.31% 0.53% -
HSV(B) 52.7º 0.43% 0.68% -
XYZ 32.76 36.34 17.09 -
YUV 159.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 173 164 99 0 0.05 0.43 0.32 52.7 0.31 0.53
Hex AD A4 63 0 5 2B 20 35 1F 35
Octal 255 244 143 0 5 53 40 65 37 65
Binary 10101101 10100100 1100011 0 101 101011 100000 110101 11111 110101

Color Harmonies of #ADA463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA463

Black with #ADA463

Text Example


Text Example

White with #ADA463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA463; }

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

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

background-color css

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

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

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

border-color css

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

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

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