Html Css Color HEX #ADA762 Gimblet

📋 copy color: '#ADA762'

red 173 ◦ green 167 ◦ blue 98

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

Shades of Gimblet #ADA762

Tints of Gimblet #ADA762

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.13%

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

R = 39.5%
G = 38.13%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#ADA762 (or 0xADA762) is known color: Gimblet. HEX triplet: AD, A7 and 62. RGB value is (173,167,98). Sum of RGB (Red+Green+Blue) = 173+167+98=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA762 is #52589D. Grayscale: #A1A1A1. Windows color (decimal): -5396638 or 6465453. OLE color: 6465453.

HSL color Cylindrical-coordinate representation of color #ADA762: hue angle of 55.2º 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 #ADA762 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 167 98 -
CMYK 0 0.03 0.43 0.32
HSL 55.2º 0.31% 0.53% -
HSV(B) 55.2º 0.43% 0.68% -
XYZ 33.26 37.4 17.02 -
YUV 160.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 173 167 98 0 0.03 0.43 0.32 55.2 0.31 0.53
Hex AD A7 62 0 3 2B 20 37 1F 35
Octal 255 247 142 0 3 53 40 67 37 65
Binary 10101101 10100111 1100010 0 11 101011 100000 110111 11111 110101

Color Harmonies of #ADA762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA762

Black with #ADA762

Text Example


Text Example

White with #ADA762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA762; }

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

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

background-color css

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

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

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

border-color css

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

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

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