Html Css Color HEX #AAA802 Citrus

📋 copy color: '#AAA802'

red 170 ◦ green 168 ◦ blue 2

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

Shades of Citrus #AAA802

Tints of Citrus #AAA802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.41%

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

R = 50%
G = 49.41%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AAA802 (or 0xAAA802) is known color: Citrus. HEX triplet: AA, A8 and 02. RGB value is (170,168,2). Sum of RGB (Red+Green+Blue) = 170+168+2=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA802 is #5557FD. Grayscale: #969696. Windows color (decimal): -5593086 or 174250. OLE color: 174250.

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

Color convert

RGB 170 168 2 -
CMYK 0 0.01 0.99 0.33
HSL 59.29º 0.98% 0.34% -
HSV(B) 59.29º 0.99% 0.67% -
XYZ 30.59 36.56 5.5 -
YUV 149.67 44.66 142.5 -
System Red Green Blue C M Y K H S L
Decimal 170 168 2 0 0.01 0.99 0.33 59.29 0.98 0.34
Hex AA A8 2 0 1 63 21 3B 62 22
Octal 252 250 2 0 1 143 41 73 142 42
Binary 10101010 10101000 10 0 1 1100011 100001 111011 1100010 100010

Color Harmonies of #AAA802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA802

Black with #AAA802

Text Example


Text Example

White with #AAA802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA802; }

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

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

background-color css

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

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

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

border-color css

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

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

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