Html Css Color HEX #ADAC6D Gimblet

📋 copy color: '#ADAC6D'

red 173 ◦ green 172 ◦ blue 109

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

Shades of Gimblet #ADAC6D

Tints of Gimblet #ADAC6D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.89%

 BLUE value IS 109 (42.97% from 255) = 24.01%

R = 38.11%
G = 37.89%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#ADAC6D (or 0xADAC6D) is known color: Gimblet. HEX triplet: AD, AC and 6D. RGB value is (173,172,109). Sum of RGB (Red+Green+Blue) = 173+172+109=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC6D is #525392. Grayscale: #A5A5A5. Windows color (decimal): -5395347 or 7187629. OLE color: 7187629.

HSL color Cylindrical-coordinate representation of color #ADAC6D: hue angle of 59.06º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADAC6D is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 172 109 -
CMYK 0 0.01 0.37 0.32
HSL 59.06º 0.28% 0.55% -
HSV(B) 59.06º 0.37% 0.68% -
XYZ 34.75 39.49 20.26 -
YUV 165.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 173 172 109 0 0.01 0.37 0.32 59.06 0.28 0.55
Hex AD AC 6D 0 1 25 20 3B 1C 37
Octal 255 254 155 0 1 45 40 73 34 67
Binary 10101101 10101100 1101101 0 1 100101 100000 111011 11100 110111

Color Harmonies of #ADAC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC6D

Black with #ADAC6D

Text Example


Text Example

White with #ADAC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC6D; }

 p { color: rgb(173,172,109); }

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

background-color css

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

 a { background-color: rgb(173,172,109); }

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

border-color css

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

 span { border-color: rgb(173,172,109); }

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