#ACA58F

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

Shades of Eagle #ACA58F

Tints of Eagle #ACA58F

Color information

#ACA58F (or 0xACA58F) is unknown color: approx Eagle. HEX triplet: AC, A5 and 8F. RGB value is (172,165,143). Sum of RGB (Red+Green+Blue) = 172+165+143=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA58F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA58F is #535A70. Grayscale: #A4A4A4. Windows color (decimal): -5462641 or 9414060. OLE color: 9414060.

HSL color Cylindrical-coordinate representation of color #ACA58F: hue angle of 45.52º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACA58F is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB172165143-
CMYK00.040.170.33
HSL45.52º14.87%61.76%-
HSV(B)45.52º16.86%67.45%-
XYZ35.4337.6631.39-
YUV164.58115.82133.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 165 (64.84% from 255) = 34.38%
BLUE value IS 143 (56.25% from 255) = 29.79%
R=35.83%
G=34.38%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216514300.040.170.3345.5214.8761.76
HexACA58F0411212ef3e
Octal254245217042141561776
Binary1010110010100101100011110100100011000011011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA58F; }

 p { color: rgb(172,165,143); }

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

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

 a { background-color: rgb(172,165,143); }

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

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

 span { border-color: rgb(172,165,143); }

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