Html Css Color HEX #AAAA0A Citrus

📋 copy color: '#AAAA0A'

red 170 ◦ green 170 ◦ blue 10

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

Shades of Citrus #AAAA0A

Tints of Citrus #AAAA0A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.57%

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

R = 48.57%
G = 48.57%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AAAA0A (or 0xAAAA0A) is known color: Citrus. HEX triplet: AA, AA and 0A. RGB value is (170,170,10). Sum of RGB (Red+Green+Blue) = 170+170+10=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA0A is #5555F5. Grayscale: #989898. Windows color (decimal): -5592566 or 699050. OLE color: 699050.

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

Color convert

RGB 170 170 10 -
CMYK 0 0 0.94 0.33
HSL 60º 0.89% 0.35% -
HSV(B) 60º 0.94% 0.67% -
XYZ 31.01 37.32 5.86 -
YUV 151.76 48 141.01 -
System Red Green Blue C M Y K H S L
Decimal 170 170 10 0 0 0.94 0.33 60 0.89 0.35
Hex AA AA A 0 0 5E 21 3C 59 23
Octal 252 252 12 0 0 136 41 74 131 43
Binary 10101010 10101010 1010 0 0 1011110 100001 111100 1011001 100011

Color Harmonies of #AAAA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA0A

Black with #AAAA0A

Text Example


Text Example

White with #AAAA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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