Html Css Color HEX #AAA805 Citrus

📋 copy color: '#AAA805'

red 170 ◦ green 168 ◦ blue 5

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

Shades of Citrus #AAA805

Tints of Citrus #AAA805

RGB

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

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

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

R = 49.56%
G = 48.98%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AAA805 (or 0xAAA805) is known color: Citrus. HEX triplet: AA, A8 and 05. RGB value is (170,168,5). Sum of RGB (Red+Green+Blue) = 170+168+5=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA805 is #5557FA. Grayscale: #969696. Windows color (decimal): -5593083 or 370858. OLE color: 370858.

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

Color convert

RGB 170 168 5 -
CMYK 0 0.01 0.97 0.33
HSL 59.27º 0.94% 0.34% -
HSV(B) 59.27º 0.97% 0.67% -
XYZ 30.61 36.56 5.59 -
YUV 150.02 46.16 142.25 -
System Red Green Blue C M Y K H S L
Decimal 170 168 5 0 0.01 0.97 0.33 59.27 0.94 0.34
Hex AA A8 5 0 1 61 21 3B 5E 22
Octal 252 250 5 0 1 141 41 73 136 42
Binary 10101010 10101000 101 0 1 1100001 100001 111011 1011110 100010

Color Harmonies of #AAA805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA805

Black with #AAA805

Text Example


Text Example

White with #AAA805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA805; }

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

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

background-color css

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

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

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

border-color css

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

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

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