Html Css Color HEX #ADA529 Earls Green

📋 copy color: '#ADA529'

red 173 ◦ green 165 ◦ blue 41

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

Shades of Earls Green #ADA529

Tints of Earls Green #ADA529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.82%

R = 45.65%
G = 43.54%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#ADA529 (or 0xADA529) is known color: Earls Green. HEX triplet: AD, A5 and 29. RGB value is (173,165,41). Sum of RGB (Red+Green+Blue) = 173+165+41=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA529 is #525AD6. Grayscale: #999999. Windows color (decimal): -5397207 or 2729389. OLE color: 2729389.

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

Color convert

RGB 173 165 41 -
CMYK 0 0.05 0.76 0.32
HSL 56.36º 0.62% 0.42% -
HSV(B) 56.36º 0.76% 0.68% -
XYZ 31.09 35.95 7.4 -
YUV 153.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 173 165 41 0 0.05 0.76 0.32 56.36 0.62 0.42
Hex AD A5 29 0 5 4C 20 38 3E 2A
Octal 255 245 51 0 5 114 40 70 76 52
Binary 10101101 10100101 101001 0 101 1001100 100000 111000 111110 101010

Color Harmonies of #ADA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA529

Black with #ADA529

Text Example


Text Example

White with #ADA529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA529; }

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

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

background-color css

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

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

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

border-color css

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

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

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