Html Css Color HEX #ADAA68 Gimblet

📋 copy color: '#ADAA68'

red 173 ◦ green 170 ◦ blue 104

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

Shades of Gimblet #ADAA68

Tints of Gimblet #ADAA68

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.03%

 BLUE value IS 104 (41.02% from 255) = 23.27%

R = 38.7%
G = 38.03%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#ADAA68 (or 0xADAA68) is known color: Gimblet. HEX triplet: AD, AA and 68. RGB value is (173,170,104). Sum of RGB (Red+Green+Blue) = 173+170+104=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA68 is #525597. Grayscale: #A3A3A3. Windows color (decimal): -5395864 or 6859437. OLE color: 6859437.

HSL color Cylindrical-coordinate representation of color #ADAA68: hue angle of 57.39º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADAA68 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 170 104 -
CMYK 0 0.02 0.40 0.32
HSL 57.39º 0.3% 0.54% -
HSV(B) 57.39º 0.4% 0.68% -
XYZ 34.11 38.63 18.76 -
YUV 163.37 94.49 134.87 -
System Red Green Blue C M Y K H S L
Decimal 173 170 104 0 0.02 0.40 0.32 57.39 0.3 0.54
Hex AD AA 68 0 2 28 20 39 1E 36
Octal 255 252 150 0 2 50 40 71 36 66
Binary 10101101 10101010 1101000 0 10 101000 100000 111001 11110 110110

Color Harmonies of #ADAA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA68

Black with #ADAA68

Text Example


Text Example

White with #ADAA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA68; }

 p { color: rgb(173,170,104); }

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

background-color css

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

 a { background-color: rgb(173,170,104); }

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

border-color css

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

 span { border-color: rgb(173,170,104); }

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