Html Css Color HEX #AD9F5F Gimblet

📋 copy color: '#AD9F5F'

red 173 ◦ green 159 ◦ blue 95

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

Shades of Gimblet #AD9F5F

Tints of Gimblet #AD9F5F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.24%

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

R = 40.52%
G = 37.24%
B = 22.25%

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

#AD9F5F (or 0xAD9F5F) is known color: Gimblet. HEX triplet: AD, 9F and 5F. RGB value is (173,159,95). Sum of RGB (Red+Green+Blue) = 173+159+95=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F5F is #5260A0. Grayscale: #9C9C9C. Windows color (decimal): -5398689 or 6266797. OLE color: 6266797.

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

Color convert

RGB 173 159 95 -
CMYK 0 0.08 0.45 0.32
HSL 49.23º 0.32% 0.53% -
HSV(B) 49.23º 0.45% 0.68% -
XYZ 31.7 34.51 15.82 -
YUV 155.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 173 159 95 0 0.08 0.45 0.32 49.23 0.32 0.53
Hex AD 9F 5F 0 8 2D 20 31 20 35
Octal 255 237 137 0 10 55 40 61 40 65
Binary 10101101 10011111 1011111 0 1000 101101 100000 110001 100000 110101

Color Harmonies of #AD9F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F5F

Black with #AD9F5F

Text Example


Text Example

White with #AD9F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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