Html Css Color HEX #ACA210 Lucky

📋 copy color: '#ACA210'

red 172 ◦ green 162 ◦ blue 16

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

Shades of Lucky #ACA210

Tints of Lucky #ACA210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.29%

 BLUE value IS 16 (6.64% from 255) = 4.57%

R = 49.14%
G = 46.29%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#ACA210 (or 0xACA210) is known color: Lucky. HEX triplet: AC, A2 and 10. RGB value is (172,162,16). Sum of RGB (Red+Green+Blue) = 172+162+16=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA210 is #535DEF. Grayscale: #949494. Windows color (decimal): -5463536 or 1090220. OLE color: 1090220.

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

Color convert

RGB 172 162 16 -
CMYK 0 0.06 0.91 0.33
HSL 56.15º 0.83% 0.37% -
HSV(B) 56.15º 0.91% 0.67% -
XYZ 30.03 34.65 5.6 -
YUV 148.35 53.31 144.87 -
System Red Green Blue C M Y K H S L
Decimal 172 162 16 0 0.06 0.91 0.33 56.15 0.83 0.37
Hex AC A2 10 0 6 5B 21 38 53 25
Octal 254 242 20 0 6 133 41 70 123 45
Binary 10101100 10100010 10000 0 110 1011011 100001 111000 1010011 100101

Color Harmonies of #ACA210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA210

Black with #ACA210

Text Example


Text Example

White with #ACA210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA210; }

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

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

background-color css

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

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

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

border-color css

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

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

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