#AACA3A

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

Shades of Atlantis #AACA3A

Tints of Atlantis #AACA3A

Color information

#AACA3A (or 0xAACA3A) is unknown color: approx Atlantis. HEX triplet: AA, CA and 3A. RGB value is (170,202,58). Sum of RGB (Red+Green+Blue) = 170+202+58=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACA3A is #5535C5. Grayscale: #B0B0B0. Windows color (decimal): -5584326 or 3852970. OLE color: 3852970.

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

Color convert

RGB17020258-
CMYK0.1600.710.21
HSL73.33º57.6%50.98%-
HSV(B)73.33º71.29%79.22%-
XYZ38.4651.0911.84-
YUV176.0261.4123.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 202 (79.30% from 255) = 46.98%
BLUE value IS 58 (23.05% from 255) = 13.49%
R=39.53%
G=46.98%
B=13.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170202580.1600.710.2173.3357.650.98
HexAACA3A1004715493a33
Octal25231272200107251117263
Binary10101010110010101110101000001000111101011001001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA3A; }

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

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

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

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

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

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

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

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