Html Css Color HEX #ADA764 Gimblet

📋 copy color: '#ADA764'

red 173 ◦ green 167 ◦ blue 100

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

Shades of Gimblet #ADA764

Tints of Gimblet #ADA764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.73%

R = 39.32%
G = 37.95%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#ADA764 (or 0xADA764) is known color: Gimblet. HEX triplet: AD, A7 and 64. RGB value is (173,167,100). Sum of RGB (Red+Green+Blue) = 173+167+100=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA764 is #52589B. Grayscale: #A1A1A1. Windows color (decimal): -5396636 or 6596525. OLE color: 6596525.

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

Color convert

RGB 173 167 100 -
CMYK 0 0.03 0.42 0.32
HSL 55.07º 0.31% 0.54% -
HSV(B) 55.07º 0.42% 0.68% -
XYZ 33.35 37.44 17.53 -
YUV 161.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 173 167 100 0 0.03 0.42 0.32 55.07 0.31 0.54
Hex AD A7 64 0 3 2A 20 37 1F 36
Octal 255 247 144 0 3 52 40 67 37 66
Binary 10101101 10100111 1100100 0 11 101010 100000 110111 11111 110110

Color Harmonies of #ADA764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA764

Black with #ADA764

Text Example


Text Example

White with #ADA764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA764; }

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

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

background-color css

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

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

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

border-color css

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

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

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