Html Css Color HEX #AAAC13 Citrus

📋 copy color: '#AAAC13'

red 170 ◦ green 172 ◦ blue 19

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

Shades of Citrus #AAAC13

Tints of Citrus #AAAC13

RGB

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

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

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

R = 47.09%
G = 47.65%
B = 5.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AAAC13 (or 0xAAAC13) is known color: Citrus. HEX triplet: AA, AC and 13. RGB value is (170,172,19). Sum of RGB (Red+Green+Blue) = 170+172+19=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAC13 is #5553EC. Grayscale: #9A9A9A. Windows color (decimal): -5592045 or 1289386. OLE color: 1289386.

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

Color convert

RGB 170 172 19 -
CMYK 0.01 0 0.89 0.33
HSL 60.78º 0.8% 0.37% -
HSV(B) 60.78º 0.89% 0.67% -
XYZ 31.45 38.1 6.31 -
YUV 153.96 51.84 139.44 -
System Red Green Blue C M Y K H S L
Decimal 170 172 19 0.01 0 0.89 0.33 60.78 0.8 0.37
Hex AA AC 13 1 0 59 21 3D 50 25
Octal 252 254 23 1 0 131 41 75 120 45
Binary 10101010 10101100 10011 1 0 1011001 100001 111101 1010000 100101

Color Harmonies of #AAAC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC13

Black with #AAAC13

Text Example


Text Example

White with #AAAC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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