Html Css Color HEX #AAAE0F Citrus

📋 copy color: '#AAAE0F'

red 170 ◦ green 174 ◦ blue 15

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

Shades of Citrus #AAAE0F

Tints of Citrus #AAAE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.18%

R = 47.35%
G = 48.47%
B = 4.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AAAE0F (or 0xAAAE0F) is known color: Citrus. HEX triplet: AA, AE and 0F. RGB value is (170,174,15). Sum of RGB (Red+Green+Blue) = 170+174+15=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAE0F is #5551F0. Grayscale: #9B9B9B. Windows color (decimal): -5591537 or 1027754. OLE color: 1027754.

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

Color convert

RGB 170 174 15 -
CMYK 0.02 0 0.91 0.32
HSL 61.51º 0.84% 0.37% -
HSV(B) 61.51º 0.91% 0.68% -
XYZ 31.8 38.85 6.28 -
YUV 154.68 49.17 138.93 -
System Red Green Blue C M Y K H S L
Decimal 170 174 15 0.02 0 0.91 0.32 61.51 0.84 0.37
Hex AA AE F 2 0 5B 20 3E 54 25
Octal 252 256 17 2 0 133 40 76 124 45
Binary 10101010 10101110 1111 10 0 1011011 100000 111110 1010100 100101

Color Harmonies of #AAAE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE0F

Black with #AAAE0F

Text Example


Text Example

White with #AAAE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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