Html Css Color HEX #ADA05D Gimblet

📋 copy color: '#ADA05D'

red 173 ◦ green 160 ◦ blue 93

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

Shades of Gimblet #ADA05D

Tints of Gimblet #ADA05D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.56%

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

R = 40.61%
G = 37.56%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#ADA05D (or 0xADA05D) is known color: Gimblet. HEX triplet: AD, A0 and 5D. RGB value is (173,160,93). Sum of RGB (Red+Green+Blue) = 173+160+93=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA05D is #525FA2. Grayscale: #9C9C9C. Windows color (decimal): -5398435 or 6135981. OLE color: 6135981.

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

Color convert

RGB 173 160 93 -
CMYK 0 0.08 0.46 0.32
HSL 50.25º 0.33% 0.52% -
HSV(B) 50.25º 0.46% 0.68% -
XYZ 31.78 34.82 15.4 -
YUV 156.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 173 160 93 0 0.08 0.46 0.32 50.25 0.33 0.52
Hex AD A0 5D 0 8 2E 20 32 21 34
Octal 255 240 135 0 10 56 40 62 41 64
Binary 10101101 10100000 1011101 0 1000 101110 100000 110010 100001 110100

Color Harmonies of #ADA05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA05D

Black with #ADA05D

Text Example


Text Example

White with #ADA05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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