Html Css Color HEX #AAA504 Citrus

📋 copy color: '#AAA504'

red 170 ◦ green 165 ◦ blue 4

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

Shades of Citrus #AAA504

Tints of Citrus #AAA504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 50.15%
G = 48.67%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AAA504 (or 0xAAA504) is known color: Citrus. HEX triplet: AA, A5 and 04. RGB value is (170,165,4). Sum of RGB (Red+Green+Blue) = 170+165+4=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA504 is #555AFB. Grayscale: #949494. Windows color (decimal): -5593852 or 304554. OLE color: 304554.

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

Color convert

RGB 170 165 4 -
CMYK 0 0.03 0.98 0.33
HSL 58.19º 0.95% 0.34% -
HSV(B) 58.19º 0.98% 0.67% -
XYZ 30.05 35.47 5.38 -
YUV 148.14 46.66 143.59 -
System Red Green Blue C M Y K H S L
Decimal 170 165 4 0 0.03 0.98 0.33 58.19 0.95 0.34
Hex AA A5 4 0 3 62 21 3A 5F 22
Octal 252 245 4 0 3 142 41 72 137 42
Binary 10101010 10100101 100 0 11 1100010 100001 111010 1011111 100010

Color Harmonies of #AAA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA504

Black with #AAA504

Text Example


Text Example

White with #AAA504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA504; }

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

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

background-color css

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

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

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

border-color css

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

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

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