Html Css Color HEX #AAAC0E Citrus

📋 copy color: '#AAAC0E'

red 170 ◦ green 172 ◦ blue 14

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

Shades of Citrus #AAAC0E

Tints of Citrus #AAAC0E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.31%

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

R = 47.75%
G = 48.31%
B = 3.93%

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

#AAAC0E (or 0xAAAC0E) is known color: Citrus. HEX triplet: AA, AC and 0E. RGB value is (170,172,14). Sum of RGB (Red+Green+Blue) = 170+172+14=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAC0E is #5553F1. Grayscale: #9A9A9A. Windows color (decimal): -5592050 or 961706. OLE color: 961706.

HSL color Cylindrical-coordinate representation of color #AAAC0E: hue angle of 60.76º 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 #AAAC0E is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 172 14 -
CMYK 0.01 0 0.92 0.33
HSL 60.76º 0.85% 0.36% -
HSV(B) 60.76º 0.92% 0.67% -
XYZ 31.41 38.08 6.11 -
YUV 153.39 49.34 139.85 -
System Red Green Blue C M Y K H S L
Decimal 170 172 14 0.01 0 0.92 0.33 60.76 0.85 0.36
Hex AA AC E 1 0 5C 21 3D 55 24
Octal 252 254 16 1 0 134 41 75 125 44
Binary 10101010 10101100 1110 1 0 1011100 100001 111101 1010101 100100

Color Harmonies of #AAAC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC0E

Black with #AAAC0E

Text Example


Text Example

White with #AAAC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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