#ACAA99

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

Shades of Eagle #ACAA99

Tints of Eagle #ACAA99

Color information

#ACAA99 (or 0xACAA99) is unknown color: approx Eagle. HEX triplet: AC, AA and 99. RGB value is (172,170,153). Sum of RGB (Red+Green+Blue) = 172+170+153=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA99 is #535566. Grayscale: #A8A8A8. Windows color (decimal): -5461351 or 10070700. OLE color: 10070700.

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

Color convert

RGB172170153-
CMYK00.010.110.33
HSL53.68º10.27%63.73%-
HSV(B)53.68º11.05%67.45%-
XYZ37.1439.8235.87-
YUV168.66119.16130.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=34.75%
G=34.34%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217015300.010.110.3353.6810.2763.73
HexACAA9901B2136a40
Octal2542522310113416612100
Binary10101100101010101001100101101110000111011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA99; }

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

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

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

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

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

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

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

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