#ACA21B

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

Shades of Lucky #ACA21B

Tints of Lucky #ACA21B

Color information

#ACA21B (or 0xACA21B) is unknown color: approx Lucky. HEX triplet: AC, A2 and 1B. RGB value is (172,162,27). Sum of RGB (Red+Green+Blue) = 172+162+27=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA21B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA21B is #535DE4. Grayscale: #969696. Windows color (decimal): -5463525 or 1811116. OLE color: 1811116.

HSL color Cylindrical-coordinate representation of color #ACA21B: hue angle of 55.86º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACA21B is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB17216227-
CMYK00.060.840.33
HSL55.86º72.86%39.02%-
HSV(B)55.86º84.3%67.45%-
XYZ30.1334.696.14-
YUV149.658.81143.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.65%
GREEN value IS 162 (63.67% from 255) = 44.88%
BLUE value IS 27 (10.94% from 255) = 7.48%
R=47.65%
G=44.88%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721622700.060.840.3355.8672.8639.02
HexACA21B065421384927
Octal2542423306124417011147
Binary101011001010001011011011010101001000011110001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA21B; }

 p { color: rgb(172,162,27); }

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

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

 a { background-color: rgb(172,162,27); }

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

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

 span { border-color: rgb(172,162,27); }

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