Html Css Color HEX #A5AA2E Earls Green

📋 copy color: '#A5AA2E'

red 165 ◦ green 170 ◦ blue 46

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

Shades of Earls Green #A5AA2E

Tints of Earls Green #A5AA2E

RGB

 RED value IS 165 (64.84% from 255) = 43.31%

 GREEN value IS 170 (66.8% from 255) = 44.62%

 BLUE value IS 46 (18.36% from 255) = 12.07%

R = 43.31%
G = 44.62%
B = 12.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#A5AA2E (or 0xA5AA2E) is known color: Earls Green. HEX triplet: A5, AA and 2E. RGB value is (165,170,46). Sum of RGB (Red+Green+Blue) = 165+170+46=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AA2E is #5A55D1. Grayscale: #9A9A9A. Windows color (decimal): -5920210 or 3058341. OLE color: 3058341.

HSL color Cylindrical-coordinate representation of color #A5AA2E: hue angle of 62.42º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5AA2E is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 170 46 -
CMYK 0.03 0 0.73 0.33
HSL 62.42º 0.57% 0.42% -
HSV(B) 62.42º 0.73% 0.67% -
XYZ 30.38 36.95 8.11 -
YUV 154.37 66.84 135.58 -
System Red Green Blue C M Y K H S L
Decimal 165 170 46 0.03 0 0.73 0.33 62.42 0.57 0.42
Hex A5 AA 2E 3 0 49 21 3E 39 2A
Octal 245 252 56 3 0 111 41 76 71 52
Binary 10100101 10101010 101110 11 0 1001001 100001 111110 111001 101010

Color Harmonies of #A5AA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AA2E

Black with #A5AA2E

Text Example


Text Example

White with #A5AA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AA2E; }

 p { color: rgb(165,170,46); }

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

background-color css

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

 a { background-color: rgb(165,170,46); }

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

border-color css

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

 span { border-color: rgb(165,170,46); }

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