Html Css Color HEX #A8AE27 Earls Green

📋 copy color: '#A8AE27'

red 168 ◦ green 174 ◦ blue 39

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

Shades of Earls Green #A8AE27

Tints of Earls Green #A8AE27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.24%

R = 44.09%
G = 45.67%
B = 10.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#A8AE27 (or 0xA8AE27) is known color: Earls Green. HEX triplet: A8, AE and 27. RGB value is (168,174,39). Sum of RGB (Red+Green+Blue) = 168+174+39=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AE27 is #5751D8. Grayscale: #9D9D9D. Windows color (decimal): -5722585 or 2600616. OLE color: 2600616.

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

Color convert

RGB 168 174 39 -
CMYK 0.03 0 0.78 0.32
HSL 62.67º 0.63% 0.42% -
HSV(B) 62.67º 0.78% 0.68% -
XYZ 31.65 38.74 7.73 -
YUV 156.82 61.51 135.98 -
System Red Green Blue C M Y K H S L
Decimal 168 174 39 0.03 0 0.78 0.32 62.67 0.63 0.42
Hex A8 AE 27 3 0 4E 20 3F 3F 2A
Octal 250 256 47 3 0 116 40 77 77 52
Binary 10101000 10101110 100111 11 0 1001110 100000 111111 111111 101010

Color Harmonies of #A8AE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE27

Black with #A8AE27

Text Example


Text Example

White with #A8AE27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE27; }

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

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

background-color css

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

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

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

border-color css

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

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

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