Html Css Color HEX #AAA602 Citrus

📋 copy color: '#AAA602'

red 170 ◦ green 166 ◦ blue 2

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

Shades of Citrus #AAA602

Tints of Citrus #AAA602

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.11%

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

R = 50.3%
G = 49.11%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AAA602 (or 0xAAA602) is known color: Citrus. HEX triplet: AA, A6 and 02. RGB value is (170,166,2). Sum of RGB (Red+Green+Blue) = 170+166+2=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA602 is #5559FD. Grayscale: #959595. Windows color (decimal): -5593598 or 173738. OLE color: 173738.

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

Color convert

RGB 170 166 2 -
CMYK 0 0.02 0.99 0.33
HSL 58.57º 0.98% 0.34% -
HSV(B) 58.57º 0.99% 0.67% -
XYZ 30.22 35.82 5.38 -
YUV 148.5 45.33 143.34 -
System Red Green Blue C M Y K H S L
Decimal 170 166 2 0 0.02 0.99 0.33 58.57 0.98 0.34
Hex AA A6 2 0 2 63 21 3B 62 22
Octal 252 246 2 0 2 143 41 73 142 42
Binary 10101010 10100110 10 0 10 1100011 100001 111011 1100010 100010

Color Harmonies of #AAA602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA602

Black with #AAA602

Text Example


Text Example

White with #AAA602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA602; }

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

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

background-color css

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

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

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

border-color css

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

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

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