Html Css Color HEX #AAAA04 Citrus

📋 copy color: '#AAAA04'

red 170 ◦ green 170 ◦ blue 4

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

Shades of Citrus #AAAA04

Tints of Citrus #AAAA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 49.42%
G = 49.42%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AAAA04 (or 0xAAAA04) is known color: Citrus. HEX triplet: AA, AA and 04. RGB value is (170,170,4). Sum of RGB (Red+Green+Blue) = 170+170+4=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA04 is #5555FB. Grayscale: #979797. Windows color (decimal): -5592572 or 305834. OLE color: 305834.

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

Color convert

RGB 170 170 4 -
CMYK 0 0 0.98 0.33
HSL 60º 0.95% 0.34% -
HSV(B) 60º 0.98% 0.67% -
XYZ 30.97 37.3 5.68 -
YUV 151.08 45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 170 170 4 0 0 0.98 0.33 60 0.95 0.34
Hex AA AA 4 0 0 62 21 3C 5F 22
Octal 252 252 4 0 0 142 41 74 137 42
Binary 10101010 10101010 100 0 0 1100010 100001 111100 1011111 100010

Color Harmonies of #AAAA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA04

Black with #AAAA04

Text Example


Text Example

White with #AAAA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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