Html Css Color HEX #A7AD2A Earls Green

📋 copy color: '#A7AD2A'

red 167 ◦ green 173 ◦ blue 42

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

Shades of Earls Green #A7AD2A

Tints of Earls Green #A7AD2A

RGB

 RED value IS 167 (65.63% from 255) = 43.72%

 GREEN value IS 173 (67.97% from 255) = 45.29%

 BLUE value IS 42 (16.8% from 255) = 10.99%

R = 43.72%
G = 45.29%
B = 10.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#A7AD2A (or 0xA7AD2A) is known color: Earls Green. HEX triplet: A7, AD and 2A. RGB value is (167,173,42). Sum of RGB (Red+Green+Blue) = 167+173+42=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AD2A is #5852D5. Grayscale: #9C9C9C. Windows color (decimal): -5788374 or 2796967. OLE color: 2796967.

HSL color Cylindrical-coordinate representation of color #A7AD2A: hue angle of 62.75º degrees, saturation: 0.61, 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 #A7AD2A is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 173 42 -
CMYK 0.03 0 0.76 0.32
HSL 62.75º 0.61% 0.42% -
HSV(B) 62.75º 0.76% 0.68% -
XYZ 31.3 38.27 7.93 -
YUV 156.27 63.51 135.65 -
System Red Green Blue C M Y K H S L
Decimal 167 173 42 0.03 0 0.76 0.32 62.75 0.61 0.42
Hex A7 AD 2A 3 0 4C 20 3F 3D 2A
Octal 247 255 52 3 0 114 40 77 75 52
Binary 10100111 10101101 101010 11 0 1001100 100000 111111 111101 101010

Color Harmonies of #A7AD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AD2A

Black with #A7AD2A

Text Example


Text Example

White with #A7AD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AD2A; }

 p { color: rgb(167,173,42); }

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

background-color css

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

 a { background-color: rgb(167,173,42); }

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

border-color css

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

 span { border-color: rgb(167,173,42); }

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