Html Css Color HEX #A8AE2A Earls Green

📋 copy color: '#A8AE2A'

red 168 ◦ green 174 ◦ blue 42

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

Shades of Earls Green #A8AE2A

Tints of Earls Green #A8AE2A

RGB

 RED value IS 168 (66.02% from 255) = 43.75%

 GREEN value IS 174 (68.36% from 255) = 45.31%

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

R = 43.75%
G = 45.31%
B = 10.94%

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

#A8AE2A (or 0xA8AE2A) is known color: Earls Green. HEX triplet: A8, AE and 2A. RGB value is (168,174,42). Sum of RGB (Red+Green+Blue) = 168+174+42=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AE2A is #5751D5. Grayscale: #9D9D9D. Windows color (decimal): -5722582 or 2797224. OLE color: 2797224.

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

Color convert

RGB 168 174 42 -
CMYK 0.03 0 0.76 0.32
HSL 62.73º 0.61% 0.42% -
HSV(B) 62.73º 0.76% 0.68% -
XYZ 31.7 38.76 8 -
YUV 157.16 63.01 135.73 -
System Red Green Blue C M Y K H S L
Decimal 168 174 42 0.03 0 0.76 0.32 62.73 0.61 0.42
Hex A8 AE 2A 3 0 4C 20 3F 3D 2A
Octal 250 256 52 3 0 114 40 77 75 52
Binary 10101000 10101110 101010 11 0 1001100 100000 111111 111101 101010

Color Harmonies of #A8AE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE2A

Black with #A8AE2A

Text Example


Text Example

White with #A8AE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE2A; }

 p { color: rgb(168,174,42); }

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

background-color css

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

 a { background-color: rgb(168,174,42); }

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

border-color css

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

 span { border-color: rgb(168,174,42); }

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