Html Css Color HEX #AAAE12 Citrus

📋 copy color: '#AAAE12'

red 170 ◦ green 174 ◦ blue 18

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

Shades of Citrus #AAAE12

Tints of Citrus #AAAE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.97%

R = 46.96%
G = 48.07%
B = 4.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AAAE12 (or 0xAAAE12) is known color: Citrus. HEX triplet: AA, AE and 12. RGB value is (170,174,18). Sum of RGB (Red+Green+Blue) = 170+174+18=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAE12 is #5551ED. Grayscale: #9B9B9B. Windows color (decimal): -5591534 or 1224362. OLE color: 1224362.

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

Color convert

RGB 170 174 18 -
CMYK 0.02 0 0.90 0.32
HSL 61.54º 0.81% 0.38% -
HSV(B) 61.54º 0.9% 0.68% -
XYZ 31.82 38.86 6.4 -
YUV 155.02 50.67 138.68 -
System Red Green Blue C M Y K H S L
Decimal 170 174 18 0.02 0 0.90 0.32 61.54 0.81 0.38
Hex AA AE 12 2 0 5A 20 3E 51 26
Octal 252 256 22 2 0 132 40 76 121 46
Binary 10101010 10101110 10010 10 0 1011010 100000 111110 1010001 100110

Color Harmonies of #AAAE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE12

Black with #AAAE12

Text Example


Text Example

White with #AAAE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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