Html Css Color HEX #AAA604 Citrus

📋 copy color: '#AAA604'

red 170 ◦ green 166 ◦ blue 4

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

Shades of Citrus #AAA604

Tints of Citrus #AAA604

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.82%

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

R = 50%
G = 48.82%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AAA604 (or 0xAAA604) is known color: Citrus. HEX triplet: AA, A6 and 04. RGB value is (170,166,4). Sum of RGB (Red+Green+Blue) = 170+166+4=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA604 is #5559FB. Grayscale: #959595. Windows color (decimal): -5593596 or 304810. OLE color: 304810.

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

Color convert

RGB 170 166 4 -
CMYK 0 0.02 0.98 0.33
HSL 58.55º 0.95% 0.34% -
HSV(B) 58.55º 0.98% 0.67% -
XYZ 30.24 35.83 5.44 -
YUV 148.73 46.33 143.17 -
System Red Green Blue C M Y K H S L
Decimal 170 166 4 0 0.02 0.98 0.33 58.55 0.95 0.34
Hex AA A6 4 0 2 62 21 3B 5F 22
Octal 252 246 4 0 2 142 41 73 137 42
Binary 10101010 10100110 100 0 10 1100010 100001 111011 1011111 100010

Color Harmonies of #AAA604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA604

Black with #AAA604

Text Example


Text Example

White with #AAA604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA604; }

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

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

background-color css

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

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

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

border-color css

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

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

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