Html Css Color HEX #AAAC11 Citrus

📋 copy color: '#AAAC11'

red 170 ◦ green 172 ◦ blue 17

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

Shades of Citrus #AAAC11

Tints of Citrus #AAAC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.74%

R = 47.35%
G = 47.91%
B = 4.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AAAC11 (or 0xAAAC11) is known color: Citrus. HEX triplet: AA, AC and 11. RGB value is (170,172,17). Sum of RGB (Red+Green+Blue) = 170+172+17=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAC11 is #5553EE. Grayscale: #9A9A9A. Windows color (decimal): -5592047 or 1158314. OLE color: 1158314.

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

Color convert

RGB 170 172 17 -
CMYK 0.01 0 0.90 0.33
HSL 60.77º 0.82% 0.37% -
HSV(B) 60.77º 0.9% 0.67% -
XYZ 31.43 38.09 6.23 -
YUV 153.73 50.84 139.6 -
System Red Green Blue C M Y K H S L
Decimal 170 172 17 0.01 0 0.90 0.33 60.77 0.82 0.37
Hex AA AC 11 1 0 5A 21 3D 52 25
Octal 252 254 21 1 0 132 41 75 122 45
Binary 10101010 10101100 10001 1 0 1011010 100001 111101 1010010 100101

Color Harmonies of #AAAC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC11

Black with #AAAC11

Text Example


Text Example

White with #AAAC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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