Html Css Color HEX #AAAA07 Citrus

📋 copy color: '#AAAA07'

red 170 ◦ green 170 ◦ blue 7

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

Shades of Citrus #AAAA07

Tints of Citrus #AAAA07

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.99%

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

R = 48.99%
G = 48.99%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AAAA07 (or 0xAAAA07) is known color: Citrus. HEX triplet: AA, AA and 07. RGB value is (170,170,7). Sum of RGB (Red+Green+Blue) = 170+170+7=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 7 (3.12% from 255 or 2.02% from 347); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA07 is #5555F8. Grayscale: #989898. Windows color (decimal): -5592569 or 502442. OLE color: 502442.

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

Color convert

RGB 170 170 7 -
CMYK 0 0 0.96 0.33
HSL 60º 0.92% 0.35% -
HSV(B) 60º 0.96% 0.67% -
XYZ 30.99 37.31 5.77 -
YUV 151.42 46.5 141.25 -
System Red Green Blue C M Y K H S L
Decimal 170 170 7 0 0 0.96 0.33 60 0.92 0.35
Hex AA AA 7 0 0 60 21 3C 5C 23
Octal 252 252 7 0 0 140 41 74 134 43
Binary 10101010 10101010 111 0 0 1100000 100001 111100 1011100 100011

Color Harmonies of #AAAA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA07

Black with #AAAA07

Text Example


Text Example

White with #AAAA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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