Html Css Color HEX #ADA25A Gimblet

📋 copy color: '#ADA25A'

red 173 ◦ green 162 ◦ blue 90

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

Shades of Gimblet #ADA25A

Tints of Gimblet #ADA25A

RGB

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

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

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

R = 40.71%
G = 38.12%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#ADA25A (or 0xADA25A) is known color: Gimblet. HEX triplet: AD, A2 and 5A. RGB value is (173,162,90). Sum of RGB (Red+Green+Blue) = 173+162+90=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA25A is #525DA5. Grayscale: #9D9D9D. Windows color (decimal): -5397926 or 5939885. OLE color: 5939885.

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

Color convert

RGB 173 162 90 -
CMYK 0 0.06 0.48 0.32
HSL 52.05º 0.34% 0.52% -
HSV(B) 52.05º 0.48% 0.68% -
XYZ 32 35.46 14.83 -
YUV 157.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 173 162 90 0 0.06 0.48 0.32 52.05 0.34 0.52
Hex AD A2 5A 0 6 30 20 34 22 34
Octal 255 242 132 0 6 60 40 64 42 64
Binary 10101101 10100010 1011010 0 110 110000 100000 110100 100010 110100

Color Harmonies of #ADA25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA25A

Black with #ADA25A

Text Example


Text Example

White with #ADA25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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