Html Css Color HEX #AAAB0E Citrus

📋 copy color: '#AAAB0E'

red 170 ◦ green 171 ◦ blue 14

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

Shades of Citrus #AAAB0E

Tints of Citrus #AAAB0E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.17%

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

R = 47.89%
G = 48.17%
B = 3.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AAAB0E (or 0xAAAB0E) is known color: Citrus. HEX triplet: AA, AB and 0E. RGB value is (170,171,14). Sum of RGB (Red+Green+Blue) = 170+171+14=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB0E is #5554F1. Grayscale: #999999. Windows color (decimal): -5592306 or 961450. OLE color: 961450.

HSL color Cylindrical-coordinate representation of color #AAAB0E: hue angle of 60.38º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAAB0E is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 171 14 -
CMYK 0.01 0 0.92 0.33
HSL 60.38º 0.85% 0.36% -
HSV(B) 60.38º 0.92% 0.67% -
XYZ 31.22 37.7 6.05 -
YUV 152.8 49.67 140.27 -
System Red Green Blue C M Y K H S L
Decimal 170 171 14 0.01 0 0.92 0.33 60.38 0.85 0.36
Hex AA AB E 1 0 5C 21 3C 55 24
Octal 252 253 16 1 0 134 41 74 125 44
Binary 10101010 10101011 1110 1 0 1011100 100001 111100 1010101 100100

Color Harmonies of #AAAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB0E

Black with #AAAB0E

Text Example


Text Example

White with #AAAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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