#ACA607

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

Shades of Lucky #ACA607

Tints of Lucky #ACA607

Color information

#ACA607 (or 0xACA607) is unknown color: approx Lucky. HEX triplet: AC, A6 and 07. RGB value is (172,166,7). Sum of RGB (Red+Green+Blue) = 172+166+7=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA607 is #5359F8. Grayscale: #969696. Windows color (decimal): -5462521 or 501420. OLE color: 501420.

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

Color convert

RGB1721667-
CMYK00.030.960.33
HSL57.82º92.18%35.1%-
HSV(B)57.82º95.93%67.45%-
XYZ30.6936.065.54-
YUV149.6747.49143.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 166 (65.23% from 255) = 48.12%
BLUE value IS 7 (3.12% from 255) = 2.03%
R=49.86%
G=48.12%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172166700.030.960.3357.8292.1835.1
HexACA670360213a5c23
Octal254246703140417213443
Binary101011001010011011101111000001000011110101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA607; }

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

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

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

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

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

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

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

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