Html Css Color HEX #AAA90A Citrus

📋 copy color: '#AAA90A'

red 170 ◦ green 169 ◦ blue 10

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

Shades of Citrus #AAA90A

Tints of Citrus #AAA90A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.42%

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 48.71%
G = 48.42%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AAA90A (or 0xAAA90A) is known color: Citrus. HEX triplet: AA, A9 and 0A. RGB value is (170,169,10). Sum of RGB (Red+Green+Blue) = 170+169+10=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA90A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA90A is #5556F5. Grayscale: #979797. Windows color (decimal): -5592822 or 698794. OLE color: 698794.

HSL color Cylindrical-coordinate representation of color #AAA90A: hue angle of 59.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAA90A is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 169 10 -
CMYK 0 0.01 0.94 0.33
HSL 59.63º 0.89% 0.35% -
HSV(B) 59.63º 0.94% 0.67% -
XYZ 30.82 36.94 5.79 -
YUV 151.17 48.33 141.43 -
System Red Green Blue C M Y K H S L
Decimal 170 169 10 0 0.01 0.94 0.33 59.63 0.89 0.35
Hex AA A9 A 0 1 5E 21 3C 59 23
Octal 252 251 12 0 1 136 41 74 131 43
Binary 10101010 10101001 1010 0 1 1011110 100001 111100 1011001 100011

Color Harmonies of #AAA90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA90A

Black with #AAA90A

Text Example


Text Example

White with #AAA90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA90A; }

 p { color: rgb(170,169,10); }

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

background-color css

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

 a { background-color: rgb(170,169,10); }

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

border-color css

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

 span { border-color: rgb(170,169,10); }

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