Html Css Color HEX #ADA55D Gimblet

📋 copy color: '#ADA55D'

red 173 ◦ green 165 ◦ blue 93

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

Shades of Gimblet #ADA55D

Tints of Gimblet #ADA55D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.28%

 BLUE value IS 93 (36.72% from 255) = 21.58%

R = 40.14%
G = 38.28%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#ADA55D (or 0xADA55D) is known color: Gimblet. HEX triplet: AD, A5 and 5D. RGB value is (173,165,93). Sum of RGB (Red+Green+Blue) = 173+165+93=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA55D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA55D is #525AA2. Grayscale: #9F9F9F. Windows color (decimal): -5397155 or 6137261. OLE color: 6137261.

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

Color convert

RGB 173 165 93 -
CMYK 0 0.05 0.46 0.32
HSL 54º 0.33% 0.52% -
HSV(B) 54º 0.46% 0.68% -
XYZ 32.66 36.58 15.7 -
YUV 159.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 173 165 93 0 0.05 0.46 0.32 54 0.33 0.52
Hex AD A5 5D 0 5 2E 20 36 21 34
Octal 255 245 135 0 5 56 40 66 41 64
Binary 10101101 10100101 1011101 0 101 101110 100000 110110 100001 110100

Color Harmonies of #ADA55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA55D

Black with #ADA55D

Text Example


Text Example

White with #ADA55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA55D; }

 p { color: rgb(173,165,93); }

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

background-color css

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

 a { background-color: rgb(173,165,93); }

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

border-color css

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

 span { border-color: rgb(173,165,93); }

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