Html Css Color HEX #ADA35F Gimblet

📋 copy color: '#ADA35F'

red 173 ◦ green 163 ◦ blue 95

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

Shades of Gimblet #ADA35F

Tints of Gimblet #ADA35F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.82%

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

R = 40.14%
G = 37.82%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#ADA35F (or 0xADA35F) is known color: Gimblet. HEX triplet: AD, A3 and 5F. RGB value is (173,163,95). Sum of RGB (Red+Green+Blue) = 173+163+95=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA35F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA35F is #525CA0. Grayscale: #9E9E9E. Windows color (decimal): -5397665 or 6267821. OLE color: 6267821.

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

Color convert

RGB 173 163 95 -
CMYK 0 0.06 0.45 0.32
HSL 52.31º 0.32% 0.53% -
HSV(B) 52.31º 0.45% 0.68% -
XYZ 32.4 35.9 16.05 -
YUV 158.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 173 163 95 0 0.06 0.45 0.32 52.31 0.32 0.53
Hex AD A3 5F 0 6 2D 20 34 20 35
Octal 255 243 137 0 6 55 40 64 40 65
Binary 10101101 10100011 1011111 0 110 101101 100000 110100 100000 110101

Color Harmonies of #ADA35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA35F

Black with #ADA35F

Text Example


Text Example

White with #ADA35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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