Html Css Color HEX #AAB111 Citrus

📋 copy color: '#AAB111'

red 170 ◦ green 177 ◦ blue 17

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

Shades of Citrus #AAB111

Tints of Citrus #AAB111

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.63%

 BLUE value IS 17 (7.03% from 255) = 4.67%

R = 46.7%
G = 48.63%
B = 4.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AAB111 (or 0xAAB111) is known color: Citrus. HEX triplet: AA, B1 and 11. RGB value is (170,177,17). Sum of RGB (Red+Green+Blue) = 170+177+17=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB111 is #554EEE. Grayscale: #9D9D9D. Windows color (decimal): -5590767 or 1159594. OLE color: 1159594.

HSL color Cylindrical-coordinate representation of color #AAB111: hue angle of 62.63º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAB111 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 17 -
CMYK 0.04 0 0.90 0.31
HSL 62.63º 0.82% 0.38% -
HSV(B) 62.63º 0.9% 0.69% -
XYZ 32.4 40.03 6.55 -
YUV 156.67 49.18 137.51 -
System Red Green Blue C M Y K H S L
Decimal 170 177 17 0.04 0 0.90 0.31 62.63 0.82 0.38
Hex AA B1 11 4 0 5A 1F 3F 52 26
Octal 252 261 21 4 0 132 37 77 122 46
Binary 10101010 10110001 10001 100 0 1011010 11111 111111 1010010 100110

Color Harmonies of #AAB111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB111

Black with #AAB111

Text Example


Text Example

White with #AAB111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB111; }

 p { color: rgb(170,177,17); }

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

background-color css

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

 a { background-color: rgb(170,177,17); }

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

border-color css

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

 span { border-color: rgb(170,177,17); }

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