Html Css Color HEX #AAA605 Citrus

📋 copy color: '#AAA605'

red 170 ◦ green 166 ◦ blue 5

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

Shades of Citrus #AAA605

Tints of Citrus #AAA605

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.68%

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 49.85%
G = 48.68%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AAA605 (or 0xAAA605) is known color: Citrus. HEX triplet: AA, A6 and 05. RGB value is (170,166,5). Sum of RGB (Red+Green+Blue) = 170+166+5=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA605 is #5559FA. Grayscale: #959595. Windows color (decimal): -5593595 or 370346. OLE color: 370346.

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

Color convert

RGB 170 166 5 -
CMYK 0 0.02 0.97 0.33
HSL 58.55º 0.94% 0.34% -
HSV(B) 58.55º 0.97% 0.67% -
XYZ 30.24 35.83 5.47 -
YUV 148.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 170 166 5 0 0.02 0.97 0.33 58.55 0.94 0.34
Hex AA A6 5 0 2 61 21 3B 5E 22
Octal 252 246 5 0 2 141 41 73 136 42
Binary 10101010 10100110 101 0 10 1100001 100001 111011 1011110 100010

Color Harmonies of #AAA605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA605

Black with #AAA605

Text Example


Text Example

White with #AAA605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA605; }

 p { color: rgb(170,166,5); }

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

background-color css

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

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

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

border-color css

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

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

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