Html Css Color HEX #AAAB03 Citrus

📋 copy color: '#AAAB03'

red 170 ◦ green 171 ◦ blue 3

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

Shades of Citrus #AAAB03

Tints of Citrus #AAAB03

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.71%

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 49.42%
G = 49.71%
B = 0.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AAAB03 (or 0xAAAB03) is known color: Citrus. HEX triplet: AA, AB and 03. RGB value is (170,171,3). Sum of RGB (Red+Green+Blue) = 170+171+3=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB03 is #5554FC. Grayscale: #989898. Windows color (decimal): -5592317 or 240554. OLE color: 240554.

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

Color convert

RGB 170 171 3 -
CMYK 0.01 0 0.98 0.33
HSL 60.36º 0.97% 0.34% -
HSV(B) 60.36º 0.98% 0.67% -
XYZ 31.16 37.68 5.72 -
YUV 151.55 44.17 141.16 -
System Red Green Blue C M Y K H S L
Decimal 170 171 3 0.01 0 0.98 0.33 60.36 0.97 0.34
Hex AA AB 3 1 0 62 21 3C 61 22
Octal 252 253 3 1 0 142 41 74 141 42
Binary 10101010 10101011 11 1 0 1100010 100001 111100 1100001 100010

Color Harmonies of #AAAB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB03

Black with #AAAB03

Text Example


Text Example

White with #AAAB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB03; }

 p { color: rgb(170,171,3); }

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

background-color css

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

 a { background-color: rgb(170,171,3); }

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

border-color css

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

 span { border-color: rgb(170,171,3); }

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