Html Css Color HEX #AAB113 Citrus

📋 copy color: '#AAB113'

red 170 ◦ green 177 ◦ blue 19

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

Shades of Citrus #AAB113

Tints of Citrus #AAB113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.19%

R = 46.45%
G = 48.36%
B = 5.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AAB113 (or 0xAAB113) is known color: Citrus. HEX triplet: AA, B1 and 13. RGB value is (170,177,19). Sum of RGB (Red+Green+Blue) = 170+177+19=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB113 is #554EEC. Grayscale: #9D9D9D. Windows color (decimal): -5590765 or 1290666. OLE color: 1290666.

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

Color convert

RGB 170 177 19 -
CMYK 0.04 0 0.89 0.31
HSL 62.66º 0.81% 0.38% -
HSV(B) 62.66º 0.89% 0.69% -
XYZ 32.42 40.04 6.64 -
YUV 156.9 50.18 137.35 -
System Red Green Blue C M Y K H S L
Decimal 170 177 19 0.04 0 0.89 0.31 62.66 0.81 0.38
Hex AA B1 13 4 0 59 1F 3F 51 26
Octal 252 261 23 4 0 131 37 77 121 46
Binary 10101010 10110001 10011 100 0 1011001 11111 111111 1010001 100110

Color Harmonies of #AAB113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB113

Black with #AAB113

Text Example


Text Example

White with #AAB113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB113; }

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

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

background-color css

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

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

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

border-color css

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

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

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