#ACA998

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

Shades of Eagle #ACA998

Tints of Eagle #ACA998

Color information

#ACA998 (or 0xACA998) is unknown color: approx Eagle. HEX triplet: AC, A9 and 98. RGB value is (172,169,152). Sum of RGB (Red+Green+Blue) = 172+169+152=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA998 is #535667. Grayscale: #A8A8A8. Windows color (decimal): -5461608 or 10004908. OLE color: 10004908.

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

Color convert

RGB172169152-
CMYK00.020.120.33
HSL51º10.75%63.53%-
HSV(B)51º11.63%67.45%-
XYZ36.8739.4135.37-
YUV167.96118.99130.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 169 (66.41% from 255) = 34.28%
BLUE value IS 152 (59.77% from 255) = 30.83%
R=34.89%
G=34.28%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216915200.020.120.335110.7563.53
HexACA99802C2133b40
Octal2542512300214416313100
Binary101011001010100110011000010110010000111001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA998; }

 p { color: rgb(172,169,152); }

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

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

 a { background-color: rgb(172,169,152); }

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

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

 span { border-color: rgb(172,169,152); }

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