Html Css Color HEX #AAA80A Citrus

📋 copy color: '#AAA80A'

red 170 ◦ green 168 ◦ blue 10

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

Shades of Citrus #AAA80A

Tints of Citrus #AAA80A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.28%

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

R = 48.85%
G = 48.28%
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

#AAA80A (or 0xAAA80A) is known color: Citrus. HEX triplet: AA, A8 and 0A. RGB value is (170,168,10). Sum of RGB (Red+Green+Blue) = 170+168+10=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 168 (66.02% from 255 or 48.28% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA80A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA80A is #5557F5. Grayscale: #979797. Windows color (decimal): -5593078 or 698538. OLE color: 698538.

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

Color convert

RGB 170 168 10 -
CMYK 0 0.01 0.94 0.33
HSL 59.25º 0.89% 0.35% -
HSV(B) 59.25º 0.94% 0.67% -
XYZ 30.63 36.57 5.73 -
YUV 150.59 48.66 141.85 -
System Red Green Blue C M Y K H S L
Decimal 170 168 10 0 0.01 0.94 0.33 59.25 0.89 0.35
Hex AA A8 A 0 1 5E 21 3B 59 23
Octal 252 250 12 0 1 136 41 73 131 43
Binary 10101010 10101000 1010 0 1 1011110 100001 111011 1011001 100011

Color Harmonies of #AAA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA80A

Black with #AAA80A

Text Example


Text Example

White with #AAA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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