#ACA68D

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

Shades of Eagle #ACA68D

Tints of Eagle #ACA68D

Color information

#ACA68D (or 0xACA68D) is unknown color: approx Eagle. HEX triplet: AC, A6 and 8D. RGB value is (172,166,141). Sum of RGB (Red+Green+Blue) = 172+166+141=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA68D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA68D is #535972. Grayscale: #A5A5A5. Windows color (decimal): -5462387 or 9283244. OLE color: 9283244.

HSL color Cylindrical-coordinate representation of color #ACA68D: hue angle of 48.39º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACA68D is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB172166141-
CMYK00.030.180.33
HSL48.39º15.74%61.37%-
HSV(B)48.39º18.02%67.45%-
XYZ35.4637.9730.66-
YUV164.94114.49133.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=35.91%
G=34.66%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216614100.030.180.3348.3915.7461.37
HexACA68D03122130103d
Octal254246215032241602075
Binary1010110010100110100011010111001010000111000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA68D; }

 p { color: rgb(172,166,141); }

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

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

 a { background-color: rgb(172,166,141); }

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

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

 span { border-color: rgb(172,166,141); }

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