#AACA57

Color #AACA57 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AACA57

Tints of Conifer #AACA57

Color information

#AACA57 (or 0xAACA57) is unknown color: approx Conifer. HEX triplet: AA, CA and 57. RGB value is (170,202,87). Sum of RGB (Red+Green+Blue) = 170+202+87=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 87 (34.38% from 255 or 18.95% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA57 is #5535A8. Grayscale: #B3B3B3. Windows color (decimal): -5584297 or 5753514. OLE color: 5753514.

HSL color Cylindrical-coordinate representation of color #AACA57: hue angle of 76.7º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AACA57 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB17020287-
CMYK0.1600.570.21
HSL76.7º52.04%56.67%-
HSV(B)76.7º56.93%79.22%-
XYZ39.4251.4816.87-
YUV179.3275.9121.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 202 (79.30% from 255) = 44.01%
BLUE value IS 87 (34.38% from 255) = 18.95%
R=37.04%
G=44.01%
B=18.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170202870.1600.570.2176.752.0456.67
HexAACA5710039154d3439
Octal25231212720071251156471
Binary10101010110010101010111100000111001101011001101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA57; }

 p { color: rgb(170,202,87); }

 H1.HeaderClassName
 {
   color: #AACA57;
 }
 .AnyTagClassName
 {
   color: #AACA57;
 }
</style>
background-color css

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

 a { background-color: rgb(170,202,87); }

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

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

 span { border-color: rgb(170,202,87); }

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