Html Css Color HEX #AAA80C Citrus

📋 copy color: '#AAA80C'

red 170 ◦ green 168 ◦ blue 12

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

Shades of Citrus #AAA80C

Tints of Citrus #AAA80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.43%

R = 48.57%
G = 48%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AAA80C (or 0xAAA80C) is known color: Citrus. HEX triplet: AA, A8 and 0C. RGB value is (170,168,12). Sum of RGB (Red+Green+Blue) = 170+168+12=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 168 (66.02% from 255 or 48% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA80C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA80C is #5557F3. Grayscale: #979797. Windows color (decimal): -5593076 or 829610. OLE color: 829610.

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

Color convert

RGB 170 168 12 -
CMYK 0 0.01 0.93 0.33
HSL 59.24º 0.87% 0.36% -
HSV(B) 59.24º 0.93% 0.67% -
XYZ 30.65 36.58 5.79 -
YUV 150.81 49.66 141.68 -
System Red Green Blue C M Y K H S L
Decimal 170 168 12 0 0.01 0.93 0.33 59.24 0.87 0.36
Hex AA A8 C 0 1 5D 21 3B 57 24
Octal 252 250 14 0 1 135 41 73 127 44
Binary 10101010 10101000 1100 0 1 1011101 100001 111011 1010111 100100

Color Harmonies of #AAA80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA80C

Black with #AAA80C

Text Example


Text Example

White with #AAA80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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