Html Css Color HEX #ADA15D Gimblet

📋 copy color: '#ADA15D'

red 173 ◦ green 161 ◦ blue 93

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

Shades of Gimblet #ADA15D

Tints of Gimblet #ADA15D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.7%

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

R = 40.52%
G = 37.7%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#ADA15D (or 0xADA15D) is known color: Gimblet. HEX triplet: AD, A1 and 5D. RGB value is (173,161,93). Sum of RGB (Red+Green+Blue) = 173+161+93=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA15D is #525EA2. Grayscale: #9D9D9D. Windows color (decimal): -5398179 or 6136237. OLE color: 6136237.

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

Color convert

RGB 173 161 93 -
CMYK 0 0.07 0.46 0.32
HSL 51º 0.33% 0.52% -
HSV(B) 51º 0.46% 0.68% -
XYZ 31.95 35.16 15.46 -
YUV 156.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 173 161 93 0 0.07 0.46 0.32 51 0.33 0.52
Hex AD A1 5D 0 7 2E 20 33 21 34
Octal 255 241 135 0 7 56 40 63 41 64
Binary 10101101 10100001 1011101 0 111 101110 100000 110011 100001 110100

Color Harmonies of #ADA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA15D

Black with #ADA15D

Text Example


Text Example

White with #ADA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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