Html Css Color HEX #AAAE07 Citrus

📋 copy color: '#AAAE07'

red 170 ◦ green 174 ◦ blue 7

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

Shades of Citrus #AAAE07

Tints of Citrus #AAAE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.99%

R = 48.43%
G = 49.57%
B = 1.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AAAE07 (or 0xAAAE07) is known color: Citrus. HEX triplet: AA, AE and 07. RGB value is (170,174,7). Sum of RGB (Red+Green+Blue) = 170+174+7=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAE07 is #5551F8. Grayscale: #9A9A9A. Windows color (decimal): -5591545 or 503466. OLE color: 503466.

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

Color convert

RGB 170 174 7 -
CMYK 0.02 0 0.96 0.32
HSL 61.44º 0.92% 0.35% -
HSV(B) 61.44º 0.96% 0.68% -
XYZ 31.75 38.83 6.02 -
YUV 153.77 45.17 139.58 -
System Red Green Blue C M Y K H S L
Decimal 170 174 7 0.02 0 0.96 0.32 61.44 0.92 0.35
Hex AA AE 7 2 0 60 20 3D 5C 23
Octal 252 256 7 2 0 140 40 75 134 43
Binary 10101010 10101110 111 10 0 1100000 100000 111101 1011100 100011

Color Harmonies of #AAAE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE07

Black with #AAAE07

Text Example


Text Example

White with #AAAE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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