Html Css Color HEX #A7A82D Earls Green

📋 copy color: '#A7A82D'

red 167 ◦ green 168 ◦ blue 45

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

Shades of Earls Green #A7A82D

Tints of Earls Green #A7A82D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.21%

 BLUE value IS 45 (17.97% from 255) = 11.84%

R = 43.95%
G = 44.21%
B = 11.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A7A82D (or 0xA7A82D) is known color: Earls Green. HEX triplet: A7, A8 and 2D. RGB value is (167,168,45). Sum of RGB (Red+Green+Blue) = 167+168+45=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #A7A82D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A82D is #5857D2. Grayscale: #9A9A9A. Windows color (decimal): -5789651 or 2992295. OLE color: 2992295.

HSL color Cylindrical-coordinate representation of color #A7A82D: hue angle of 60.49º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7A82D is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 167 168 45 -
CMYK 0.01 0 0.73 0.34
HSL 60.49º 0.58% 0.42% -
HSV(B) 60.49º 0.73% 0.66% -
XYZ 30.41 36.41 7.91 -
YUV 153.68 66.67 137.5 -
System Red Green Blue C M Y K H S L
Decimal 167 168 45 0.01 0 0.73 0.34 60.49 0.58 0.42
Hex A7 A8 2D 1 0 49 22 3C 3A 2A
Octal 247 250 55 1 0 111 42 74 72 52
Binary 10100111 10101000 101101 1 0 1001001 100010 111100 111010 101010

Color Harmonies of #A7A82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A82D

Black with #A7A82D

Text Example


Text Example

White with #A7A82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A82D; }

 p { color: rgb(167,168,45); }

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

background-color css

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

 a { background-color: rgb(167,168,45); }

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

border-color css

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

 span { border-color: rgb(167,168,45); }

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