Html Css Color HEX #AAAD09 Citrus

📋 copy color: '#AAAD09'

red 170 ◦ green 173 ◦ blue 9

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

Shades of Citrus #AAAD09

Tints of Citrus #AAAD09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.56%

R = 48.3%
G = 49.15%
B = 2.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AAAD09 (or 0xAAAD09) is known color: Citrus. HEX triplet: AA, AD and 09. RGB value is (170,173,9). Sum of RGB (Red+Green+Blue) = 170+173+9=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAD09 is #5552F6. Grayscale: #9A9A9A. Windows color (decimal): -5591799 or 634282. OLE color: 634282.

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

Color convert

RGB 170 173 9 -
CMYK 0.02 0 0.95 0.32
HSL 61.1º 0.9% 0.36% -
HSV(B) 61.1º 0.95% 0.68% -
XYZ 31.57 38.45 6.02 -
YUV 153.41 46.51 139.84 -
System Red Green Blue C M Y K H S L
Decimal 170 173 9 0.02 0 0.95 0.32 61.1 0.9 0.36
Hex AA AD 9 2 0 5F 20 3D 5A 24
Octal 252 255 11 2 0 137 40 75 132 44
Binary 10101010 10101101 1001 10 0 1011111 100000 111101 1011010 100100

Color Harmonies of #AAAD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD09

Black with #AAAD09

Text Example


Text Example

White with #AAAD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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