Html Css Color HEX #ADA869 Gimblet

📋 copy color: '#ADA869'

red 173 ◦ green 168 ◦ blue 105

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

Shades of Gimblet #ADA869

Tints of Gimblet #ADA869

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.67%

 BLUE value IS 105 (41.41% from 255) = 23.54%

R = 38.79%
G = 37.67%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#ADA869 (or 0xADA869) is known color: Gimblet. HEX triplet: AD, A8 and 69. RGB value is (173,168,105). Sum of RGB (Red+Green+Blue) = 173+168+105=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA869 is #525796. Grayscale: #A2A2A2. Windows color (decimal): -5396375 or 6924461. OLE color: 6924461.

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

Color convert

RGB 173 168 105 -
CMYK 0 0.03 0.39 0.32
HSL 55.59º 0.29% 0.55% -
HSV(B) 55.59º 0.39% 0.68% -
XYZ 33.79 37.91 18.9 -
YUV 162.31 95.66 135.62 -
System Red Green Blue C M Y K H S L
Decimal 173 168 105 0 0.03 0.39 0.32 55.59 0.29 0.55
Hex AD A8 69 0 3 27 20 38 1D 37
Octal 255 250 151 0 3 47 40 70 35 67
Binary 10101101 10101000 1101001 0 11 100111 100000 111000 11101 110111

Color Harmonies of #ADA869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA869

Black with #ADA869

Text Example


Text Example

White with #ADA869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA869; }

 p { color: rgb(173,168,105); }

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

background-color css

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

 a { background-color: rgb(173,168,105); }

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

border-color css

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

 span { border-color: rgb(173,168,105); }

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