Html Css Color HEX #ACA321 Lucky

📋 copy color: '#ACA321'

red 172 ◦ green 163 ◦ blue 33

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

Shades of Lucky #ACA321

Tints of Lucky #ACA321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.29%

 BLUE value IS 33 (13.28% from 255) = 8.97%

R = 46.74%
G = 44.29%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#ACA321 (or 0xACA321) is known color: Lucky. HEX triplet: AC, A3 and 21. RGB value is (172,163,33). Sum of RGB (Red+Green+Blue) = 172+163+33=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA321 is #535CDE. Grayscale: #979797. Windows color (decimal): -5463263 or 2204588. OLE color: 2204588.

HSL color Cylindrical-coordinate representation of color #ACA321: hue angle of 56.12º degrees, saturation: 0.68, 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 #ACA321 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 163 33 -
CMYK 0 0.05 0.81 0.33
HSL 56.12º 0.68% 0.4% -
HSV(B) 56.12º 0.81% 0.67% -
XYZ 30.38 35.07 6.61 -
YUV 150.87 61.48 143.07 -
System Red Green Blue C M Y K H S L
Decimal 172 163 33 0 0.05 0.81 0.33 56.12 0.68 0.4
Hex AC A3 21 0 5 51 21 38 44 28
Octal 254 243 41 0 5 121 41 70 104 50
Binary 10101100 10100011 100001 0 101 1010001 100001 111000 1000100 101000

Color Harmonies of #ACA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA321

Black with #ACA321

Text Example


Text Example

White with #ACA321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA321; }

 p { color: rgb(172,163,33); }

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

background-color css

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

 a { background-color: rgb(172,163,33); }

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

border-color css

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

 span { border-color: rgb(172,163,33); }

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