Html Css Color HEX #ADA162 Gimblet

📋 copy color: '#ADA162'

red 173 ◦ green 161 ◦ blue 98

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

Shades of Gimblet #ADA162

Tints of Gimblet #ADA162

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.27%

 BLUE value IS 98 (38.67% from 255) = 22.69%

R = 40.05%
G = 37.27%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#ADA162 (or 0xADA162) is known color: Gimblet. HEX triplet: AD, A1 and 62. RGB value is (173,161,98). Sum of RGB (Red+Green+Blue) = 173+161+98=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA162 is #525E9D. Grayscale: #9D9D9D. Windows color (decimal): -5398174 or 6463917. OLE color: 6463917.

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

Color convert

RGB 173 161 98 -
CMYK 0 0.07 0.43 0.32
HSL 50.4º 0.31% 0.53% -
HSV(B) 50.4º 0.43% 0.68% -
XYZ 32.18 35.26 16.66 -
YUV 157.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 173 161 98 0 0.07 0.43 0.32 50.4 0.31 0.53
Hex AD A1 62 0 7 2B 20 32 1F 35
Octal 255 241 142 0 7 53 40 62 37 65
Binary 10101101 10100001 1100010 0 111 101011 100000 110010 11111 110101

Color Harmonies of #ADA162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA162

Black with #ADA162

Text Example


Text Example

White with #ADA162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA162; }

 p { color: rgb(173,161,98); }

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

background-color css

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

 a { background-color: rgb(173,161,98); }

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

border-color css

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

 span { border-color: rgb(173,161,98); }

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