#ACAA98

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

Shades of Eagle #ACAA98

Tints of Eagle #ACAA98

Color information

#ACAA98 (or 0xACAA98) is unknown color: approx Eagle. HEX triplet: AC, AA and 98. RGB value is (172,170,152). Sum of RGB (Red+Green+Blue) = 172+170+152=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA98 is #535567. Grayscale: #A8A8A8. Windows color (decimal): -5461352 or 10005164. OLE color: 10005164.

HSL color Cylindrical-coordinate representation of color #ACAA98: hue angle of 54º 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 #ACAA98 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB172170152-
CMYK00.010.120.33
HSL54º10.75%63.53%-
HSV(B)54º11.63%67.45%-
XYZ37.0639.7935.43-
YUV168.55118.66130.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=34.82%
G=34.41%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217015200.010.120.335410.7563.53
HexACAA9801C2136b40
Octal2542522300114416613100
Binary10101100101010101001100001110010000111011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA98; }

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

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

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

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

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

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

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

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