Html Css Color HEX #ADA55A Gimblet

📋 copy color: '#ADA55A'

red 173 ◦ green 165 ◦ blue 90

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

Shades of Gimblet #ADA55A

Tints of Gimblet #ADA55A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.55%

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

R = 40.42%
G = 38.55%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#ADA55A (or 0xADA55A) is known color: Gimblet. HEX triplet: AD, A5 and 5A. RGB value is (173,165,90). Sum of RGB (Red+Green+Blue) = 173+165+90=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA55A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA55A is #525AA5. Grayscale: #9F9F9F. Windows color (decimal): -5397158 or 5940653. OLE color: 5940653.

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

Color convert

RGB 173 165 90 -
CMYK 0 0.05 0.48 0.32
HSL 54.22º 0.34% 0.52% -
HSV(B) 54.22º 0.48% 0.68% -
XYZ 32.53 36.53 15.01 -
YUV 158.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 173 165 90 0 0.05 0.48 0.32 54.22 0.34 0.52
Hex AD A5 5A 0 5 30 20 36 22 34
Octal 255 245 132 0 5 60 40 66 42 64
Binary 10101101 10100101 1011010 0 101 110000 100000 110110 100010 110100

Color Harmonies of #ADA55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA55A

Black with #ADA55A

Text Example


Text Example

White with #ADA55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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