Html Css Color HEX #ADAA70 Gimblet

📋 copy color: '#ADAA70'

red 173 ◦ green 170 ◦ blue 112

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

Shades of Gimblet #ADAA70

Tints of Gimblet #ADAA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.62%

R = 38.02%
G = 37.36%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#ADAA70 (or 0xADAA70) is known color: Gimblet. HEX triplet: AD, AA and 70. RGB value is (173,170,112). Sum of RGB (Red+Green+Blue) = 173+170+112=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA70 is #52558F. Grayscale: #A4A4A4. Windows color (decimal): -5395856 or 7383725. OLE color: 7383725.

HSL color Cylindrical-coordinate representation of color #ADAA70: hue angle of 57.05º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADAA70 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 170 112 -
CMYK 0 0.02 0.35 0.32
HSL 57.05º 0.27% 0.56% -
HSV(B) 57.05º 0.35% 0.68% -
XYZ 34.53 38.8 21 -
YUV 164.29 98.49 134.22 -
System Red Green Blue C M Y K H S L
Decimal 173 170 112 0 0.02 0.35 0.32 57.05 0.27 0.56
Hex AD AA 70 0 2 23 20 39 1B 38
Octal 255 252 160 0 2 43 40 71 33 70
Binary 10101101 10101010 1110000 0 10 100011 100000 111001 11011 111000

Color Harmonies of #ADAA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA70

Black with #ADAA70

Text Example


Text Example

White with #ADAA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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