Html Css Color HEX #ADA45E Gimblet

📋 copy color: '#ADA45E'

red 173 ◦ green 164 ◦ blue 94

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

Shades of Gimblet #ADA45E

Tints of Gimblet #ADA45E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.81%

R = 40.14%
G = 38.05%
B = 21.81%

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

#ADA45E (or 0xADA45E) is known color: Gimblet. HEX triplet: AD, A4 and 5E. RGB value is (173,164,94). Sum of RGB (Red+Green+Blue) = 173+164+94=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA45E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA45E is #525BA1. Grayscale: #9F9F9F. Windows color (decimal): -5397410 or 6202541. OLE color: 6202541.

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

Color convert

RGB 173 164 94 -
CMYK 0 0.05 0.46 0.32
HSL 53.16º 0.33% 0.52% -
HSV(B) 53.16º 0.46% 0.68% -
XYZ 32.53 36.24 15.87 -
YUV 158.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 173 164 94 0 0.05 0.46 0.32 53.16 0.33 0.52
Hex AD A4 5E 0 5 2E 20 35 21 34
Octal 255 244 136 0 5 56 40 65 41 64
Binary 10101101 10100100 1011110 0 101 101110 100000 110101 100001 110100

Color Harmonies of #ADA45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA45E

Black with #ADA45E

Text Example


Text Example

White with #ADA45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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