Html Css Color HEX #AAAD03 Citrus

📋 copy color: '#AAAD03'

red 170 ◦ green 173 ◦ blue 3

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

Shades of Citrus #AAAD03

Tints of Citrus #AAAD03

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50%

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

R = 49.13%
G = 50%
B = 0.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AAAD03 (or 0xAAAD03) is known color: Citrus. HEX triplet: AA, AD and 03. RGB value is (170,173,3). Sum of RGB (Red+Green+Blue) = 170+173+3=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAD03 is #5552FC. Grayscale: #999999. Windows color (decimal): -5591805 or 241066. OLE color: 241066.

HSL color Cylindrical-coordinate representation of color #AAAD03: hue angle of 61.06º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAAD03 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 173 3 -
CMYK 0.02 0 0.98 0.32
HSL 61.06º 0.97% 0.35% -
HSV(B) 61.06º 0.98% 0.68% -
XYZ 31.54 38.44 5.84 -
YUV 152.72 43.51 140.32 -
System Red Green Blue C M Y K H S L
Decimal 170 173 3 0.02 0 0.98 0.32 61.06 0.97 0.35
Hex AA AD 3 2 0 62 20 3D 61 23
Octal 252 255 3 2 0 142 40 75 141 43
Binary 10101010 10101101 11 10 0 1100010 100000 111101 1100001 100011

Color Harmonies of #AAAD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD03

Black with #AAAD03

Text Example


Text Example

White with #AAAD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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