Html Css Color HEX #A8AF2E Earls Green

📋 copy color: '#A8AF2E'

red 168 ◦ green 175 ◦ blue 46

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

Shades of Earls Green #A8AF2E

Tints of Earls Green #A8AF2E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.99%

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

R = 43.19%
G = 44.99%
B = 11.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#A8AF2E (or 0xA8AF2E) is known color: Earls Green. HEX triplet: A8, AF and 2E. RGB value is (168,175,46). Sum of RGB (Red+Green+Blue) = 168+175+46=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AF2E is #5750D1. Grayscale: #9E9E9E. Windows color (decimal): -5722322 or 3059624. OLE color: 3059624.

HSL color Cylindrical-coordinate representation of color #A8AF2E: hue angle of 63.26º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8AF2E is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 175 46 -
CMYK 0.04 0 0.74 0.31
HSL 63.26º 0.58% 0.43% -
HSV(B) 63.26º 0.74% 0.69% -
XYZ 31.97 39.18 8.46 -
YUV 158.2 64.68 134.99 -
System Red Green Blue C M Y K H S L
Decimal 168 175 46 0.04 0 0.74 0.31 63.26 0.58 0.43
Hex A8 AF 2E 4 0 4A 1F 3F 3A 2B
Octal 250 257 56 4 0 112 37 77 72 53
Binary 10101000 10101111 101110 100 0 1001010 11111 111111 111010 101011

Color Harmonies of #A8AF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF2E

Black with #A8AF2E

Text Example


Text Example

White with #A8AF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF2E; }

 p { color: rgb(168,175,46); }

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

background-color css

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

 a { background-color: rgb(168,175,46); }

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

border-color css

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

 span { border-color: rgb(168,175,46); }

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