Html Css Color HEX #ADA45F Gimblet

📋 copy color: '#ADA45F'

red 173 ◦ green 164 ◦ blue 95

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

Shades of Gimblet #ADA45F

Tints of Gimblet #ADA45F

RGB

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

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

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

R = 40.05%
G = 37.96%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#ADA45F (or 0xADA45F) is known color: Gimblet. HEX triplet: AD, A4 and 5F. RGB value is (173,164,95). Sum of RGB (Red+Green+Blue) = 173+164+95=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA45F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA45F is #525BA0. Grayscale: #9F9F9F. Windows color (decimal): -5397409 or 6268077. OLE color: 6268077.

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

Color convert

RGB 173 164 95 -
CMYK 0 0.05 0.45 0.32
HSL 53.08º 0.32% 0.53% -
HSV(B) 53.08º 0.45% 0.68% -
XYZ 32.57 36.26 16.11 -
YUV 158.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 173 164 95 0 0.05 0.45 0.32 53.08 0.32 0.53
Hex AD A4 5F 0 5 2D 20 35 20 35
Octal 255 244 137 0 5 55 40 65 40 65
Binary 10101101 10100100 1011111 0 101 101101 100000 110101 100000 110101

Color Harmonies of #ADA45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA45F

Black with #ADA45F

Text Example


Text Example

White with #ADA45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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