Html Css Color HEX #ACA520 Lucky

📋 copy color: '#ACA520'

red 172 ◦ green 165 ◦ blue 32

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

Shades of Lucky #ACA520

Tints of Lucky #ACA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.72%

 BLUE value IS 32 (12.89% from 255) = 8.67%

R = 46.61%
G = 44.72%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#ACA520 (or 0xACA520) is known color: Lucky. HEX triplet: AC, A5 and 20. RGB value is (172,165,32). Sum of RGB (Red+Green+Blue) = 172+165+32=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA520 is #535ADF. Grayscale: #989898. Windows color (decimal): -5462752 or 2139564. OLE color: 2139564.

HSL color Cylindrical-coordinate representation of color #ACA520: hue angle of 57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACA520 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 165 32 -
CMYK 0 0.04 0.81 0.33
HSL 57º 0.69% 0.4% -
HSV(B) 57º 0.81% 0.67% -
XYZ 30.73 35.79 6.65 -
YUV 151.93 60.32 142.31 -
System Red Green Blue C M Y K H S L
Decimal 172 165 32 0 0.04 0.81 0.33 57 0.69 0.4
Hex AC A5 20 0 4 51 21 39 45 28
Octal 254 245 40 0 4 121 41 71 105 50
Binary 10101100 10100101 100000 0 100 1010001 100001 111001 1000101 101000

Color Harmonies of #ACA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA520

Black with #ACA520

Text Example


Text Example

White with #ACA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA520; }

 p { color: rgb(172,165,32); }

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

background-color css

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

 a { background-color: rgb(172,165,32); }

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

border-color css

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

 span { border-color: rgb(172,165,32); }

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