Html Css Color HEX #AAAD16 Citrus

📋 copy color: '#AAAD16'

red 170 ◦ green 173 ◦ blue 22

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

Shades of Citrus #AAAD16

Tints of Citrus #AAAD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.03%

R = 46.58%
G = 47.4%
B = 6.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AAAD16 (or 0xAAAD16) is known color: Citrus. HEX triplet: AA, AD and 16. RGB value is (170,173,22). Sum of RGB (Red+Green+Blue) = 170+173+22=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAD16 is #5552E9. Grayscale: #9B9B9B. Windows color (decimal): -5591786 or 1486250. OLE color: 1486250.

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

Color convert

RGB 170 173 22 -
CMYK 0.02 0 0.87 0.32
HSL 61.19º 0.77% 0.38% -
HSV(B) 61.19º 0.87% 0.68% -
XYZ 31.67 38.49 6.52 -
YUV 154.89 53.01 138.78 -
System Red Green Blue C M Y K H S L
Decimal 170 173 22 0.02 0 0.87 0.32 61.19 0.77 0.38
Hex AA AD 16 2 0 57 20 3D 4D 26
Octal 252 255 26 2 0 127 40 75 115 46
Binary 10101010 10101101 10110 10 0 1010111 100000 111101 1001101 100110

Color Harmonies of #AAAD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD16

Black with #AAAD16

Text Example


Text Example

White with #AAAD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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