Html Css Color HEX #AAB311 Citrus

📋 copy color: '#AAB311'

red 170 ◦ green 179 ◦ blue 17

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

Shades of Citrus #AAB311

Tints of Citrus #AAB311

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.91%

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

R = 46.45%
G = 48.91%
B = 4.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#AAB311 (or 0xAAB311) is known color: Citrus. HEX triplet: AA, B3 and 11. RGB value is (170,179,17). Sum of RGB (Red+Green+Blue) = 170+179+17=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB311 is #554CEE. Grayscale: #9E9E9E. Windows color (decimal): -5590255 or 1160106. OLE color: 1160106.

HSL color Cylindrical-coordinate representation of color #AAB311: hue angle of 63.33º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAB311 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 17 -
CMYK 0.05 0 0.91 0.30
HSL 63.33º 0.83% 0.38% -
HSV(B) 63.33º 0.91% 0.7% -
XYZ 32.8 40.83 6.68 -
YUV 157.84 48.52 136.67 -
System Red Green Blue C M Y K H S L
Decimal 170 179 17 0.05 0 0.91 0.30 63.33 0.83 0.38
Hex AA B3 11 5 0 5B 1E 3F 53 26
Octal 252 263 21 5 0 133 36 77 123 46
Binary 10101010 10110011 10001 101 0 1011011 11110 111111 1010011 100110

Color Harmonies of #AAB311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB311

Black with #AAB311

Text Example


Text Example

White with #AAB311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB311; }

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

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

background-color css

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

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

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

border-color css

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

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

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