Html Css Color HEX #ACA113 Lucky

📋 copy color: '#ACA113'

red 172 ◦ green 161 ◦ blue 19

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

Shades of Lucky #ACA113

Tints of Lucky #ACA113

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.74%

 BLUE value IS 19 (7.81% from 255) = 5.4%

R = 48.86%
G = 45.74%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#ACA113 (or 0xACA113) is known color: Lucky. HEX triplet: AC, A1 and 13. RGB value is (172,161,19). Sum of RGB (Red+Green+Blue) = 172+161+19=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA113 is #535EEC. Grayscale: #949494. Windows color (decimal): -5463789 or 1286572. OLE color: 1286572.

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

Color convert

RGB 172 161 19 -
CMYK 0 0.06 0.89 0.33
HSL 55.69º 0.8% 0.37% -
HSV(B) 55.69º 0.89% 0.67% -
XYZ 29.88 34.31 5.66 -
YUV 148.1 55.14 145.05 -
System Red Green Blue C M Y K H S L
Decimal 172 161 19 0 0.06 0.89 0.33 55.69 0.8 0.37
Hex AC A1 13 0 6 59 21 38 50 25
Octal 254 241 23 0 6 131 41 70 120 45
Binary 10101100 10100001 10011 0 110 1011001 100001 111000 1010000 100101

Color Harmonies of #ACA113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA113

Black with #ACA113

Text Example


Text Example

White with #ACA113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA113; }

 p { color: rgb(172,161,19); }

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

background-color css

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

 a { background-color: rgb(172,161,19); }

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

border-color css

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

 span { border-color: rgb(172,161,19); }

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