Html Css Color HEX #AAAE13 Citrus

📋 copy color: '#AAAE13'

red 170 ◦ green 174 ◦ blue 19

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

Shades of Citrus #AAAE13

Tints of Citrus #AAAE13

RGB

 RED value IS 170 (66.8% from 255) = 46.83%

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

 BLUE value IS 19 (7.81% from 255) = 5.23%

R = 46.83%
G = 47.93%
B = 5.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AAAE13 (or 0xAAAE13) is known color: Citrus. HEX triplet: AA, AE and 13. RGB value is (170,174,19). Sum of RGB (Red+Green+Blue) = 170+174+19=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAE13 is #5551EC. Grayscale: #9B9B9B. Windows color (decimal): -5591533 or 1289898. OLE color: 1289898.

HSL color Cylindrical-coordinate representation of color #AAAE13: hue angle of 61.55º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAAE13 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 174 19 -
CMYK 0.02 0 0.89 0.32
HSL 61.55º 0.8% 0.38% -
HSV(B) 61.55º 0.89% 0.68% -
XYZ 31.83 38.87 6.44 -
YUV 155.13 51.17 138.6 -
System Red Green Blue C M Y K H S L
Decimal 170 174 19 0.02 0 0.89 0.32 61.55 0.8 0.38
Hex AA AE 13 2 0 59 20 3E 50 26
Octal 252 256 23 2 0 131 40 76 120 46
Binary 10101010 10101110 10011 10 0 1011001 100000 111110 1010000 100110

Color Harmonies of #AAAE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE13

Black with #AAAE13

Text Example


Text Example

White with #AAAE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE13; }

 p { color: rgb(170,174,19); }

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

background-color css

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

 a { background-color: rgb(170,174,19); }

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

border-color css

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

 span { border-color: rgb(170,174,19); }

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