Html Css Color HEX #ADA531 Earls Green

📋 copy color: '#ADA531'

red 173 ◦ green 165 ◦ blue 49

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

Shades of Earls Green #ADA531

Tints of Earls Green #ADA531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.66%

R = 44.7%
G = 42.64%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#ADA531 (or 0xADA531) is known color: Earls Green. HEX triplet: AD, A5 and 31. RGB value is (173,165,49). Sum of RGB (Red+Green+Blue) = 173+165+49=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA531 is #525ACE. Grayscale: #9A9A9A. Windows color (decimal): -5397199 or 3253677. OLE color: 3253677.

HSL color Cylindrical-coordinate representation of color #ADA531: hue angle of 56.13º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADA531 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 165 49 -
CMYK 0 0.05 0.72 0.32
HSL 56.13º 0.56% 0.44% -
HSV(B) 56.13º 0.72% 0.68% -
XYZ 31.24 36.02 8.21 -
YUV 154.17 68.65 141.43 -
System Red Green Blue C M Y K H S L
Decimal 173 165 49 0 0.05 0.72 0.32 56.13 0.56 0.44
Hex AD A5 31 0 5 48 20 38 38 2C
Octal 255 245 61 0 5 110 40 70 70 54
Binary 10101101 10100101 110001 0 101 1001000 100000 111000 111000 101100

Color Harmonies of #ADA531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA531

Black with #ADA531

Text Example


Text Example

White with #ADA531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA531; }

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

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

background-color css

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

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

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

border-color css

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

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

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