Html Css Color HEX #ADA65A Gimblet

📋 copy color: '#ADA65A'

red 173 ◦ green 166 ◦ blue 90

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

Shades of Gimblet #ADA65A

Tints of Gimblet #ADA65A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.69%

 BLUE value IS 90 (35.55% from 255) = 20.98%

R = 40.33%
G = 38.69%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#ADA65A (or 0xADA65A) is known color: Gimblet. HEX triplet: AD, A6 and 5A. RGB value is (173,166,90). Sum of RGB (Red+Green+Blue) = 173+166+90=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA65A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA65A is #5259A5. Grayscale: #9F9F9F. Windows color (decimal): -5396902 or 5940909. OLE color: 5940909.

HSL color Cylindrical-coordinate representation of color #ADA65A: hue angle of 54.94º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADA65A is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 166 90 -
CMYK 0 0.04 0.48 0.32
HSL 54.94º 0.34% 0.52% -
HSV(B) 54.94º 0.48% 0.68% -
XYZ 32.72 36.89 15.07 -
YUV 159.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 173 166 90 0 0.04 0.48 0.32 54.94 0.34 0.52
Hex AD A6 5A 0 4 30 20 37 22 34
Octal 255 246 132 0 4 60 40 67 42 64
Binary 10101101 10100110 1011010 0 100 110000 100000 110111 100010 110100

Color Harmonies of #ADA65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA65A

Black with #ADA65A

Text Example


Text Example

White with #ADA65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA65A; }

 p { color: rgb(173,166,90); }

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

background-color css

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

 a { background-color: rgb(173,166,90); }

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

border-color css

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

 span { border-color: rgb(173,166,90); }

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