Html Css Color HEX #AEA82C Earls Green

📋 copy color: '#AEA82C'

red 174 ◦ green 168 ◦ blue 44

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

Shades of Earls Green #AEA82C

Tints of Earls Green #AEA82C

RGB

 RED value IS 174 (68.36% from 255) = 45.08%

 GREEN value IS 168 (66.02% from 255) = 43.52%

 BLUE value IS 44 (17.58% from 255) = 11.4%

R = 45.08%
G = 43.52%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AEA82C (or 0xAEA82C) is known color: Earls Green. HEX triplet: AE, A8 and 2C. RGB value is (174,168,44). Sum of RGB (Red+Green+Blue) = 174+168+44=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA82C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA82C is #5157D3. Grayscale: #9C9C9C. Windows color (decimal): -5330900 or 2926766. OLE color: 2926766.

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

Color convert

RGB 174 168 44 -
CMYK 0 0.03 0.75 0.32
HSL 57.23º 0.6% 0.43% -
HSV(B) 57.23º 0.75% 0.68% -
XYZ 31.91 37.19 7.88 -
YUV 155.66 64.99 141.08 -
System Red Green Blue C M Y K H S L
Decimal 174 168 44 0 0.03 0.75 0.32 57.23 0.6 0.43
Hex AE A8 2C 0 3 4B 20 39 3C 2B
Octal 256 250 54 0 3 113 40 71 74 53
Binary 10101110 10101000 101100 0 11 1001011 100000 111001 111100 101011

Color Harmonies of #AEA82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA82C

Black with #AEA82C

Text Example


Text Example

White with #AEA82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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