Html Css Color HEX #A8AA31 Earls Green

📋 copy color: '#A8AA31'

red 168 ◦ green 170 ◦ blue 49

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

Shades of Earls Green #A8AA31

Tints of Earls Green #A8AA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.66%

R = 43.41%
G = 43.93%
B = 12.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#A8AA31 (or 0xA8AA31) is known color: Earls Green. HEX triplet: A8, AA and 31. RGB value is (168,170,49). Sum of RGB (Red+Green+Blue) = 168+170+49=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA31 is #5755CE. Grayscale: #9C9C9C. Windows color (decimal): -5723599 or 3254952. OLE color: 3254952.

HSL color Cylindrical-coordinate representation of color #A8AA31: hue angle of 60.99º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8AA31 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 170 49 -
CMYK 0.01 0 0.71 0.33
HSL 60.99º 0.55% 0.43% -
HSV(B) 60.99º 0.71% 0.67% -
XYZ 31.08 37.3 8.47 -
YUV 155.61 67.84 136.84 -
System Red Green Blue C M Y K H S L
Decimal 168 170 49 0.01 0 0.71 0.33 60.99 0.55 0.43
Hex A8 AA 31 1 0 47 21 3D 37 2B
Octal 250 252 61 1 0 107 41 75 67 53
Binary 10101000 10101010 110001 1 0 1000111 100001 111101 110111 101011

Color Harmonies of #A8AA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA31

Black with #A8AA31

Text Example


Text Example

White with #A8AA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA31; }

 p { color: rgb(168,170,49); }

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

background-color css

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

 a { background-color: rgb(168,170,49); }

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

border-color css

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

 span { border-color: rgb(168,170,49); }

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