Html Css Color HEX #AAA803 Citrus

📋 copy color: '#AAA803'

red 170 ◦ green 168 ◦ blue 3

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

Shades of Citrus #AAA803

Tints of Citrus #AAA803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 49.85%
G = 49.27%
B = 0.88%

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

#AAA803 (or 0xAAA803) is known color: Citrus. HEX triplet: AA, A8 and 03. RGB value is (170,168,3). Sum of RGB (Red+Green+Blue) = 170+168+3=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA803 is #5557FC. Grayscale: #969696. Windows color (decimal): -5593085 or 239786. OLE color: 239786.

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

Color convert

RGB 170 168 3 -
CMYK 0 0.01 0.98 0.33
HSL 59.28º 0.97% 0.34% -
HSV(B) 59.28º 0.98% 0.67% -
XYZ 30.6 36.56 5.53 -
YUV 149.79 45.16 142.42 -
System Red Green Blue C M Y K H S L
Decimal 170 168 3 0 0.01 0.98 0.33 59.28 0.97 0.34
Hex AA A8 3 0 1 62 21 3B 61 22
Octal 252 250 3 0 1 142 41 73 141 42
Binary 10101010 10101000 11 0 1 1100010 100001 111011 1100001 100010

Color Harmonies of #AAA803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA803

Black with #AAA803

Text Example


Text Example

White with #AAA803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA803; }

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

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

background-color css

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

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

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

border-color css

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

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

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