Html Css Color HEX #ADA45A Gimblet

📋 copy color: '#ADA45A'

red 173 ◦ green 164 ◦ blue 90

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

Shades of Gimblet #ADA45A

Tints of Gimblet #ADA45A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

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

R = 40.52%
G = 38.41%
B = 21.08%

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

#ADA45A (or 0xADA45A) is known color: Gimblet. HEX triplet: AD, A4 and 5A. RGB value is (173,164,90). Sum of RGB (Red+Green+Blue) = 173+164+90=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA45A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA45A is #525BA5. Grayscale: #9E9E9E. Windows color (decimal): -5397414 or 5940397. OLE color: 5940397.

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

Color convert

RGB 173 164 90 -
CMYK 0 0.05 0.48 0.32
HSL 53.49º 0.34% 0.52% -
HSV(B) 53.49º 0.48% 0.68% -
XYZ 32.35 36.17 14.95 -
YUV 158.26 89.48 138.52 -
System Red Green Blue C M Y K H S L
Decimal 173 164 90 0 0.05 0.48 0.32 53.49 0.34 0.52
Hex AD A4 5A 0 5 30 20 35 22 34
Octal 255 244 132 0 5 60 40 65 42 64
Binary 10101101 10100100 1011010 0 101 110000 100000 110101 100010 110100

Color Harmonies of #ADA45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA45A

Black with #ADA45A

Text Example


Text Example

White with #ADA45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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