Html Css Color HEX #AAB10E Citrus

📋 copy color: '#AAB10E'

red 170 ◦ green 177 ◦ blue 14

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

Shades of Citrus #AAB10E

Tints of Citrus #AAB10E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.88%

R = 47.09%
G = 49.03%
B = 3.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AAB10E (or 0xAAB10E) is known color: Citrus. HEX triplet: AA, B1 and 0E. RGB value is (170,177,14). Sum of RGB (Red+Green+Blue) = 170+177+14=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB10E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB10E is #554EF1. Grayscale: #9C9C9C. Windows color (decimal): -5590770 or 962986. OLE color: 962986.

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

Color convert

RGB 170 177 14 -
CMYK 0.04 0 0.92 0.31
HSL 62.58º 0.85% 0.37% -
HSV(B) 62.58º 0.92% 0.69% -
XYZ 32.38 40.02 6.43 -
YUV 156.33 47.68 137.75 -
System Red Green Blue C M Y K H S L
Decimal 170 177 14 0.04 0 0.92 0.31 62.58 0.85 0.37
Hex AA B1 E 4 0 5C 1F 3F 55 25
Octal 252 261 16 4 0 134 37 77 125 45
Binary 10101010 10110001 1110 100 0 1011100 11111 111111 1010101 100101

Color Harmonies of #AAB10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB10E

Black with #AAB10E

Text Example


Text Example

White with #AAB10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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