Html Css Color HEX #AAA800 Citrus

📋 copy color: '#AAA800'

red 170 ◦ green 168 ◦ blue 0

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

Shades of Citrus #AAA800

Tints of Citrus #AAA800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.7%

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

R = 50.3%
G = 49.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AAA800 (or 0xAAA800) is known color: Citrus. HEX triplet: AA, A8 and 00. RGB value is (170,168,0). Sum of RGB (Red+Green+Blue) = 170+168+0=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 168 (66.02% from 255 or 49.70% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA800 is #5557FF. Grayscale: #969696. Windows color (decimal): -5593088 or 43178. OLE color: 43178.

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

Color convert

RGB 170 168 0 -
CMYK 0 0.01 1 0.33
HSL 59.29º 1% 0.33% -
HSV(B) 59.29º 1% 0.67% -
XYZ 30.58 36.55 5.44 -
YUV 149.45 43.66 142.66 -
System Red Green Blue C M Y K H S L
Decimal 170 168 0 0 0.01 1 0.33 59.29 1 0.33
Hex AA A8 0 0 1 64 21 3B 64 21
Octal 252 250 0 0 1 144 41 73 144 41
Binary 10101010 10101000 0 0 1 1100100 100001 111011 1100100 100001

Color Harmonies of #AAA800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA800

Black with #AAA800

Text Example


Text Example

White with #AAA800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA800; }

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

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

background-color css

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

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

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

border-color css

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

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

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