Html Css Color HEX #AAA904 Citrus

📋 copy color: '#AAA904'

red 170 ◦ green 169 ◦ blue 4

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

Shades of Citrus #AAA904

Tints of Citrus #AAA904

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.27%

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

R = 49.56%
G = 49.27%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AAA904 (or 0xAAA904) is known color: Citrus. HEX triplet: AA, A9 and 04. RGB value is (170,169,4). Sum of RGB (Red+Green+Blue) = 170+169+4=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA904 is #5556FB. Grayscale: #979797. Windows color (decimal): -5592828 or 305578. OLE color: 305578.

HSL color Cylindrical-coordinate representation of color #AAA904: hue angle of 59.64º 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 #AAA904 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 169 4 -
CMYK 0 0.01 0.98 0.33
HSL 59.64º 0.95% 0.34% -
HSV(B) 59.64º 0.98% 0.67% -
XYZ 30.79 36.93 5.62 -
YUV 150.49 45.33 141.92 -
System Red Green Blue C M Y K H S L
Decimal 170 169 4 0 0.01 0.98 0.33 59.64 0.95 0.34
Hex AA A9 4 0 1 62 21 3C 5F 22
Octal 252 251 4 0 1 142 41 74 137 42
Binary 10101010 10101001 100 0 1 1100010 100001 111100 1011111 100010

Color Harmonies of #AAA904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA904

Black with #AAA904

Text Example


Text Example

White with #AAA904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA904; }

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

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

background-color css

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

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

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

border-color css

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

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

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