Html Css Color HEX #ACA31C Lucky

📋 copy color: '#ACA31C'

red 172 ◦ green 163 ◦ blue 28

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

Shades of Lucky #ACA31C

Tints of Lucky #ACA31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 47.38%
G = 44.9%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#ACA31C (or 0xACA31C) is known color: Lucky. HEX triplet: AC, A3 and 1C. RGB value is (172,163,28). Sum of RGB (Red+Green+Blue) = 172+163+28=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA31C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA31C is #535CE3. Grayscale: #969696. Windows color (decimal): -5463268 or 1876908. OLE color: 1876908.

HSL color Cylindrical-coordinate representation of color #ACA31C: hue angle of 56.25º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACA31C is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 163 28 -
CMYK 0 0.05 0.84 0.33
HSL 56.25º 0.72% 0.39% -
HSV(B) 56.25º 0.84% 0.67% -
XYZ 30.32 35.05 6.27 -
YUV 150.3 58.98 143.48 -
System Red Green Blue C M Y K H S L
Decimal 172 163 28 0 0.05 0.84 0.33 56.25 0.72 0.39
Hex AC A3 1C 0 5 54 21 38 48 27
Octal 254 243 34 0 5 124 41 70 110 47
Binary 10101100 10100011 11100 0 101 1010100 100001 111000 1001000 100111

Color Harmonies of #ACA31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA31C

Black with #ACA31C

Text Example


Text Example

White with #ACA31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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