Html Css Color HEX #AAA500 Citrus

📋 copy color: '#AAA500'

red 170 ◦ green 165 ◦ blue 0

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

Shades of Citrus #AAA500

Tints of Citrus #AAA500

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.75%
G = 49.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AAA500 (or 0xAAA500) is known color: Citrus. HEX triplet: AA, A5 and 00. RGB value is (170,165,0). Sum of RGB (Red+Green+Blue) = 170+165+0=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 165 (64.84% from 255 or 49.25% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA500 is #555AFF. Grayscale: #949494. Windows color (decimal): -5593856 or 42410. OLE color: 42410.

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

Color convert

RGB 170 165 0 -
CMYK 0 0.03 1 0.33
HSL 58.24º 1% 0.33% -
HSV(B) 58.24º 1% 0.67% -
XYZ 30.03 35.46 5.26 -
YUV 147.69 44.66 143.92 -
System Red Green Blue C M Y K H S L
Decimal 170 165 0 0 0.03 1 0.33 58.24 1 0.33
Hex AA A5 0 0 3 64 21 3A 64 21
Octal 252 245 0 0 3 144 41 72 144 41
Binary 10101010 10100101 0 0 11 1100100 100001 111010 1100100 100001

Color Harmonies of #AAA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA500

Black with #AAA500

Text Example


Text Example

White with #AAA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA500; }

 p { color: rgb(170,165,0); }

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

background-color css

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

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

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

border-color css

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

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

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