Html Css Color HEX #AAA502 Citrus

📋 copy color: '#AAA502'

red 170 ◦ green 165 ◦ blue 2

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

Shades of Citrus #AAA502

Tints of Citrus #AAA502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 50.45%
G = 48.96%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AAA502 (or 0xAAA502) is known color: Citrus. HEX triplet: AA, A5 and 02. RGB value is (170,165,2). Sum of RGB (Red+Green+Blue) = 170+165+2=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA502 is #555AFD. Grayscale: #949494. Windows color (decimal): -5593854 or 173482. OLE color: 173482.

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

Color convert

RGB 170 165 2 -
CMYK 0 0.03 0.99 0.33
HSL 58.21º 0.98% 0.34% -
HSV(B) 58.21º 0.99% 0.67% -
XYZ 30.04 35.46 5.32 -
YUV 147.91 45.66 143.75 -
System Red Green Blue C M Y K H S L
Decimal 170 165 2 0 0.03 0.99 0.33 58.21 0.98 0.34
Hex AA A5 2 0 3 63 21 3A 62 22
Octal 252 245 2 0 3 143 41 72 142 42
Binary 10101010 10100101 10 0 11 1100011 100001 111010 1100010 100010

Color Harmonies of #AAA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA502

Black with #AAA502

Text Example


Text Example

White with #AAA502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA502; }

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

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

background-color css

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

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

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

border-color css

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

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

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