Html Css Color HEX #ADA359 Gimblet

📋 copy color: '#ADA359'

red 173 ◦ green 163 ◦ blue 89

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

Shades of Gimblet #ADA359

Tints of Gimblet #ADA359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.94%

R = 40.71%
G = 38.35%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#ADA359 (or 0xADA359) is known color: Gimblet. HEX triplet: AD, A3 and 59. RGB value is (173,163,89). Sum of RGB (Red+Green+Blue) = 173+163+89=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA359 is #525CA6. Grayscale: #9D9D9D. Windows color (decimal): -5397671 or 5874605. OLE color: 5874605.

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

Color convert

RGB 173 163 89 -
CMYK 0 0.06 0.49 0.32
HSL 52.86º 0.34% 0.51% -
HSV(B) 52.86º 0.49% 0.68% -
XYZ 32.13 35.8 14.67 -
YUV 157.55 89.31 139.02 -
System Red Green Blue C M Y K H S L
Decimal 173 163 89 0 0.06 0.49 0.32 52.86 0.34 0.51
Hex AD A3 59 0 6 31 20 35 22 33
Octal 255 243 131 0 6 61 40 65 42 63
Binary 10101101 10100011 1011001 0 110 110001 100000 110101 100010 110011

Color Harmonies of #ADA359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA359

Black with #ADA359

Text Example


Text Example

White with #ADA359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA359; }

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

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

background-color css

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

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

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

border-color css

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

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

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