Html Css Color HEX #AAAC14 Citrus

📋 copy color: '#AAAC14'

red 170 ◦ green 172 ◦ blue 20

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

Shades of Citrus #AAAC14

Tints of Citrus #AAAC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.52%

R = 46.96%
G = 47.51%
B = 5.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AAAC14 (or 0xAAAC14) is known color: Citrus. HEX triplet: AA, AC and 14. RGB value is (170,172,20). Sum of RGB (Red+Green+Blue) = 170+172+20=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAC14 is #5553EB. Grayscale: #9A9A9A. Windows color (decimal): -5592044 or 1354922. OLE color: 1354922.

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

Color convert

RGB 170 172 20 -
CMYK 0.01 0 0.88 0.33
HSL 60.79º 0.79% 0.38% -
HSV(B) 60.79º 0.88% 0.67% -
XYZ 31.46 38.1 6.36 -
YUV 154.07 52.34 139.36 -
System Red Green Blue C M Y K H S L
Decimal 170 172 20 0.01 0 0.88 0.33 60.79 0.79 0.38
Hex AA AC 14 1 0 58 21 3D 4F 26
Octal 252 254 24 1 0 130 41 75 117 46
Binary 10101010 10101100 10100 1 0 1011000 100001 111101 1001111 100110

Color Harmonies of #AAAC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC14

Black with #AAAC14

Text Example


Text Example

White with #AAAC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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