Html Css Color HEX #ADA05F Gimblet

📋 copy color: '#ADA05F'

red 173 ◦ green 160 ◦ blue 95

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

Shades of Gimblet #ADA05F

Tints of Gimblet #ADA05F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.38%

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

R = 40.42%
G = 37.38%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#ADA05F (or 0xADA05F) is known color: Gimblet. HEX triplet: AD, A0 and 5F. RGB value is (173,160,95). Sum of RGB (Red+Green+Blue) = 173+160+95=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA05F is #525FA0. Grayscale: #9C9C9C. Windows color (decimal): -5398433 or 6267053. OLE color: 6267053.

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

Color convert

RGB 173 160 95 -
CMYK 0 0.08 0.45 0.32
HSL 50º 0.32% 0.53% -
HSV(B) 50º 0.45% 0.68% -
XYZ 31.87 34.85 15.87 -
YUV 156.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 173 160 95 0 0.08 0.45 0.32 50 0.32 0.53
Hex AD A0 5F 0 8 2D 20 32 20 35
Octal 255 240 137 0 10 55 40 62 40 65
Binary 10101101 10100000 1011111 0 1000 101101 100000 110010 100000 110101

Color Harmonies of #ADA05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA05F

Black with #ADA05F

Text Example


Text Example

White with #ADA05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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