Html Css Color HEX #AAAC05 Citrus

📋 copy color: '#AAAC05'

red 170 ◦ green 172 ◦ blue 5

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

Shades of Citrus #AAAC05

Tints of Citrus #AAAC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 48.99%
G = 49.57%
B = 1.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AAAC05 (or 0xAAAC05) is known color: Citrus. HEX triplet: AA, AC and 05. RGB value is (170,172,5). Sum of RGB (Red+Green+Blue) = 170+172+5=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAC05 is #5553FA. Grayscale: #999999. Windows color (decimal): -5592059 or 371882. OLE color: 371882.

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

Color convert

RGB 170 172 5 -
CMYK 0.01 0 0.97 0.33
HSL 60.72º 0.94% 0.35% -
HSV(B) 60.72º 0.97% 0.67% -
XYZ 31.36 38.06 5.84 -
YUV 152.36 44.84 140.58 -
System Red Green Blue C M Y K H S L
Decimal 170 172 5 0.01 0 0.97 0.33 60.72 0.94 0.35
Hex AA AC 5 1 0 61 21 3D 5E 23
Octal 252 254 5 1 0 141 41 75 136 43
Binary 10101010 10101100 101 1 0 1100001 100001 111101 1011110 100011

Color Harmonies of #AAAC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC05

Black with #AAAC05

Text Example


Text Example

White with #AAAC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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