Html Css Color HEX #AAA402 Citrus

📋 copy color: '#AAA402'

red 170 ◦ green 164 ◦ blue 2

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

Shades of Citrus #AAA402

Tints of Citrus #AAA402

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.81%

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

R = 50.6%
G = 48.81%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AAA402 (or 0xAAA402) is known color: Citrus. HEX triplet: AA, A4 and 02. RGB value is (170,164,2). Sum of RGB (Red+Green+Blue) = 170+164+2=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA402 is #555BFD. Grayscale: #939393. Windows color (decimal): -5594110 or 173226. OLE color: 173226.

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

Color convert

RGB 170 164 2 -
CMYK 0 0.04 0.99 0.33
HSL 57.86º 0.98% 0.34% -
HSV(B) 57.86º 0.99% 0.67% -
XYZ 29.86 35.1 5.26 -
YUV 147.33 45.99 144.17 -
System Red Green Blue C M Y K H S L
Decimal 170 164 2 0 0.04 0.99 0.33 57.86 0.98 0.34
Hex AA A4 2 0 4 63 21 3A 62 22
Octal 252 244 2 0 4 143 41 72 142 42
Binary 10101010 10100100 10 0 100 1100011 100001 111010 1100010 100010

Color Harmonies of #AAA402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA402

Black with #AAA402

Text Example


Text Example

White with #AAA402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA402; }

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

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

background-color css

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

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

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

border-color css

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

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

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