Html Css Color HEX #ADA96F Gimblet

📋 copy color: '#ADA96F'

red 173 ◦ green 169 ◦ blue 111

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

Shades of Gimblet #ADA96F

Tints of Gimblet #ADA96F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.31%

 BLUE value IS 111 (43.75% from 255) = 24.5%

R = 38.19%
G = 37.31%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#ADA96F (or 0xADA96F) is known color: Gimblet. HEX triplet: AD, A9 and 6F. RGB value is (173,169,111). Sum of RGB (Red+Green+Blue) = 173+169+111=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA96F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA96F is #525690. Grayscale: #A3A3A3. Windows color (decimal): -5396113 or 7317933. OLE color: 7317933.

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

Color convert

RGB 173 169 111 -
CMYK 0 0.02 0.36 0.32
HSL 56.13º 0.27% 0.56% -
HSV(B) 56.13º 0.36% 0.68% -
XYZ 34.29 38.41 20.65 -
YUV 163.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 173 169 111 0 0.02 0.36 0.32 56.13 0.27 0.56
Hex AD A9 6F 0 2 24 20 38 1B 38
Octal 255 251 157 0 2 44 40 70 33 70
Binary 10101101 10101001 1101111 0 10 100100 100000 111000 11011 111000

Color Harmonies of #ADA96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA96F

Black with #ADA96F

Text Example


Text Example

White with #ADA96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA96F; }

 p { color: rgb(173,169,111); }

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

background-color css

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

 a { background-color: rgb(173,169,111); }

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

border-color css

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

 span { border-color: rgb(173,169,111); }

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