Html Css Color HEX #ADA260 Gimblet

📋 copy color: '#ADA260'

red 173 ◦ green 162 ◦ blue 96

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

Shades of Gimblet #ADA260

Tints of Gimblet #ADA260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.59%

 BLUE value IS 96 (37.89% from 255) = 22.27%

R = 40.14%
G = 37.59%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#ADA260 (or 0xADA260) is known color: Gimblet. HEX triplet: AD, A2 and 60. RGB value is (173,162,96). Sum of RGB (Red+Green+Blue) = 173+162+96=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA260 is #525D9F. Grayscale: #9E9E9E. Windows color (decimal): -5397920 or 6333101. OLE color: 6333101.

HSL color Cylindrical-coordinate representation of color #ADA260: hue angle of 51.43º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADA260 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 162 96 -
CMYK 0 0.06 0.45 0.32
HSL 51.43º 0.32% 0.53% -
HSV(B) 51.43º 0.45% 0.68% -
XYZ 32.27 35.57 16.23 -
YUV 157.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 173 162 96 0 0.06 0.45 0.32 51.43 0.32 0.53
Hex AD A2 60 0 6 2D 20 33 20 35
Octal 255 242 140 0 6 55 40 63 40 65
Binary 10101101 10100010 1100000 0 110 101101 100000 110011 100000 110101

Color Harmonies of #ADA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA260

Black with #ADA260

Text Example


Text Example

White with #ADA260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA260; }

 p { color: rgb(173,162,96); }

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

background-color css

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

 a { background-color: rgb(173,162,96); }

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

border-color css

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

 span { border-color: rgb(173,162,96); }

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