Html Css Color HEX #ADA264 Gimblet

📋 copy color: '#ADA264'

red 173 ◦ green 162 ◦ blue 100

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

Shades of Gimblet #ADA264

Tints of Gimblet #ADA264

RGB

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

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

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

R = 39.77%
G = 37.24%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#ADA264 (or 0xADA264) is known color: Gimblet. HEX triplet: AD, A2 and 64. RGB value is (173,162,100). Sum of RGB (Red+Green+Blue) = 173+162+100=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA264 is #525D9B. Grayscale: #9E9E9E. Windows color (decimal): -5397916 or 6595245. OLE color: 6595245.

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

Color convert

RGB 173 162 100 -
CMYK 0 0.06 0.42 0.32
HSL 50.96º 0.31% 0.54% -
HSV(B) 50.96º 0.42% 0.68% -
XYZ 32.45 35.65 17.23 -
YUV 158.22 95.14 138.54 -
System Red Green Blue C M Y K H S L
Decimal 173 162 100 0 0.06 0.42 0.32 50.96 0.31 0.54
Hex AD A2 64 0 6 2A 20 33 1F 36
Octal 255 242 144 0 6 52 40 63 37 66
Binary 10101101 10100010 1100100 0 110 101010 100000 110011 11111 110110

Color Harmonies of #ADA264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA264

Black with #ADA264

Text Example


Text Example

White with #ADA264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA264; }

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

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

background-color css

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

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

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

border-color css

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

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

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