Html Css Color HEX #AAA600 Citrus

📋 copy color: '#AAA600'

red 170 ◦ green 166 ◦ blue 0

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

Shades of Citrus #AAA600

Tints of Citrus #AAA600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.6%
G = 49.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AAA600 (or 0xAAA600) is known color: Citrus. HEX triplet: AA, A6 and 00. RGB value is (170,166,0). Sum of RGB (Red+Green+Blue) = 170+166+0=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA600 is #5559FF. Grayscale: #949494. Windows color (decimal): -5593600 or 42666. OLE color: 42666.

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

Color convert

RGB 170 166 0 -
CMYK 0 0.02 1 0.33
HSL 58.59º 1% 0.33% -
HSV(B) 58.59º 1% 0.67% -
XYZ 30.21 35.82 5.32 -
YUV 148.27 44.33 143.5 -
System Red Green Blue C M Y K H S L
Decimal 170 166 0 0 0.02 1 0.33 58.59 1 0.33
Hex AA A6 0 0 2 64 21 3B 64 21
Octal 252 246 0 0 2 144 41 73 144 41
Binary 10101010 10100110 0 0 10 1100100 100001 111011 1100100 100001

Color Harmonies of #AAA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA600

Black with #AAA600

Text Example


Text Example

White with #AAA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA600; }

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

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

background-color css

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

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

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

border-color css

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

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

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