Html Css Color HEX #ADA65F Gimblet

📋 copy color: '#ADA65F'

red 173 ◦ green 166 ◦ blue 95

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

Shades of Gimblet #ADA65F

Tints of Gimblet #ADA65F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.25%

 BLUE value IS 95 (37.5% from 255) = 21.89%

R = 39.86%
G = 38.25%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#ADA65F (or 0xADA65F) is known color: Gimblet. HEX triplet: AD, A6 and 5F. RGB value is (173,166,95). Sum of RGB (Red+Green+Blue) = 173+166+95=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA65F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA65F is #5259A0. Grayscale: #A0A0A0. Windows color (decimal): -5396897 or 6268589. OLE color: 6268589.

HSL color Cylindrical-coordinate representation of color #ADA65F: hue angle of 54.62º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADA65F is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 166 95 -
CMYK 0 0.04 0.45 0.32
HSL 54.62º 0.32% 0.53% -
HSV(B) 54.62º 0.45% 0.68% -
XYZ 32.94 36.98 16.23 -
YUV 160 91.32 137.27 -
System Red Green Blue C M Y K H S L
Decimal 173 166 95 0 0.04 0.45 0.32 54.62 0.32 0.53
Hex AD A6 5F 0 4 2D 20 37 20 35
Octal 255 246 137 0 4 55 40 67 40 65
Binary 10101101 10100110 1011111 0 100 101101 100000 110111 100000 110101

Color Harmonies of #ADA65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA65F

Black with #ADA65F

Text Example


Text Example

White with #ADA65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA65F; }

 p { color: rgb(173,166,95); }

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

background-color css

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

 a { background-color: rgb(173,166,95); }

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

border-color css

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

 span { border-color: rgb(173,166,95); }

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