Html Css Color HEX #AAA603 Citrus

📋 copy color: '#AAA603'

red 170 ◦ green 166 ◦ blue 3

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

Shades of Citrus #AAA603

Tints of Citrus #AAA603

RGB

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

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

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

R = 50.15%
G = 48.97%
B = 0.88%

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

#AAA603 (or 0xAAA603) is known color: Citrus. HEX triplet: AA, A6 and 03. RGB value is (170,166,3). Sum of RGB (Red+Green+Blue) = 170+166+3=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA603 is #5559FC. Grayscale: #959595. Windows color (decimal): -5593597 or 239274. OLE color: 239274.

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

Color convert

RGB 170 166 3 -
CMYK 0 0.02 0.98 0.33
HSL 58.56º 0.97% 0.34% -
HSV(B) 58.56º 0.98% 0.67% -
XYZ 30.23 35.83 5.41 -
YUV 148.61 45.83 143.25 -
System Red Green Blue C M Y K H S L
Decimal 170 166 3 0 0.02 0.98 0.33 58.56 0.97 0.34
Hex AA A6 3 0 2 62 21 3B 61 22
Octal 252 246 3 0 2 142 41 73 141 42
Binary 10101010 10100110 11 0 10 1100010 100001 111011 1100001 100010

Color Harmonies of #AAA603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA603

Black with #AAA603

Text Example


Text Example

White with #AAA603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA603; }

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

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

background-color css

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

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

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

border-color css

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

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

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