Html Css Color HEX #AAB015 Citrus

📋 copy color: '#AAB015'

red 170 ◦ green 176 ◦ blue 21

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

Shades of Citrus #AAB015

Tints of Citrus #AAB015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.96%

 BLUE value IS 21 (8.59% from 255) = 5.72%

R = 46.32%
G = 47.96%
B = 5.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AAB015 (or 0xAAB015) is known color: Citrus. HEX triplet: AA, B0 and 15. RGB value is (170,176,21). Sum of RGB (Red+Green+Blue) = 170+176+21=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB015 is #554FEA. Grayscale: #9D9D9D. Windows color (decimal): -5591019 or 1421482. OLE color: 1421482.

HSL color Cylindrical-coordinate representation of color #AAB015: hue angle of 62.32º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAB015 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 21 -
CMYK 0.03 0 0.88 0.31
HSL 62.32º 0.79% 0.39% -
HSV(B) 62.32º 0.88% 0.69% -
XYZ 32.24 39.65 6.66 -
YUV 156.54 51.51 137.6 -
System Red Green Blue C M Y K H S L
Decimal 170 176 21 0.03 0 0.88 0.31 62.32 0.79 0.39
Hex AA B0 15 3 0 58 1F 3E 4F 27
Octal 252 260 25 3 0 130 37 76 117 47
Binary 10101010 10110000 10101 11 0 1011000 11111 111110 1001111 100111

Color Harmonies of #AAB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB015

Black with #AAB015

Text Example


Text Example

White with #AAB015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB015; }

 p { color: rgb(170,176,21); }

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

background-color css

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

 a { background-color: rgb(170,176,21); }

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

border-color css

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

 span { border-color: rgb(170,176,21); }

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