Html Css Color HEX #AAB313 Citrus

📋 copy color: '#AAB313'

red 170 ◦ green 179 ◦ blue 19

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

Shades of Citrus #AAB313

Tints of Citrus #AAB313

RGB

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

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

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

R = 46.2%
G = 48.64%
B = 5.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#AAB313 (or 0xAAB313) is known color: Citrus. HEX triplet: AA, B3 and 13. RGB value is (170,179,19). Sum of RGB (Red+Green+Blue) = 170+179+19=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB313 is #554CEC. Grayscale: #9E9E9E. Windows color (decimal): -5590253 or 1291178. OLE color: 1291178.

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

Color convert

RGB 170 179 19 -
CMYK 0.05 0 0.89 0.30
HSL 63.38º 0.81% 0.39% -
HSV(B) 63.38º 0.89% 0.7% -
XYZ 32.82 40.83 6.77 -
YUV 158.07 49.52 136.51 -
System Red Green Blue C M Y K H S L
Decimal 170 179 19 0.05 0 0.89 0.30 63.38 0.81 0.39
Hex AA B3 13 5 0 59 1E 3F 51 27
Octal 252 263 23 5 0 131 36 77 121 47
Binary 10101010 10110011 10011 101 0 1011001 11110 111111 1010001 100111

Color Harmonies of #AAB313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB313

Black with #AAB313

Text Example


Text Example

White with #AAB313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB313; }

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

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

background-color css

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

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

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

border-color css

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

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

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