Html Css Color HEX #ACA912 Lucky

📋 copy color: '#ACA912'

red 172 ◦ green 169 ◦ blue 18

#ACA912
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #ACA912

Tints of Lucky #ACA912

RGB

 RED value IS 172 (67.58% from 255) = 47.91%

 GREEN value IS 169 (66.41% from 255) = 47.08%

 BLUE value IS 18 (7.42% from 255) = 5.01%

R = 47.91%
G = 47.08%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#ACA912 (or 0xACA912) is known color: Lucky. HEX triplet: AC, A9 and 12. RGB value is (172,169,18). Sum of RGB (Red+Green+Blue) = 172+169+18=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA912 is #5356ED. Grayscale: #999999. Windows color (decimal): -5461742 or 1223084. OLE color: 1223084.

HSL color Cylindrical-coordinate representation of color #ACA912: hue angle of 58.83º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACA912 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 169 18 -
CMYK 0 0.02 0.90 0.33
HSL 58.83º 0.81% 0.37% -
HSV(B) 58.83º 0.9% 0.67% -
XYZ 31.31 37.19 6.1 -
YUV 152.68 51.99 141.78 -
System Red Green Blue C M Y K H S L
Decimal 172 169 18 0 0.02 0.90 0.33 58.83 0.81 0.37
Hex AC A9 12 0 2 5A 21 3B 51 25
Octal 254 251 22 0 2 132 41 73 121 45
Binary 10101100 10101001 10010 0 10 1011010 100001 111011 1010001 100101

Color Harmonies of #ACA912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA912

Black with #ACA912

Text Example


Text Example

White with #ACA912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA912; }

 p { color: rgb(172,169,18); }

 H1.HeaderClassName
 {
   color: #ACA912;
 }
 .AnyTagClassName
 {
   color: #ACA912;
 }
</style>

background-color css

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

 a { background-color: rgb(172,169,18); }

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

border-color css

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

 span { border-color: rgb(172,169,18); }

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