Html Css Color HEX #ACA21C Lucky

📋 copy color: '#ACA21C'

red 172 ◦ green 162 ◦ blue 28

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

Shades of Lucky #ACA21C

Tints of Lucky #ACA21C

RGB

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

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

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

R = 47.51%
G = 44.75%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#ACA21C (or 0xACA21C) is known color: Lucky. HEX triplet: AC, A2 and 1C. RGB value is (172,162,28). Sum of RGB (Red+Green+Blue) = 172+162+28=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA21C is #535DE3. Grayscale: #969696. Windows color (decimal): -5463524 or 1876652. OLE color: 1876652.

HSL color Cylindrical-coordinate representation of color #ACA21C: hue angle of 55.83º 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 #ACA21C is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 162 28 -
CMYK 0 0.06 0.84 0.33
HSL 55.83º 0.72% 0.39% -
HSV(B) 55.83º 0.84% 0.67% -
XYZ 30.14 34.7 6.21 -
YUV 149.71 59.31 143.9 -
System Red Green Blue C M Y K H S L
Decimal 172 162 28 0 0.06 0.84 0.33 55.83 0.72 0.39
Hex AC A2 1C 0 6 54 21 38 48 27
Octal 254 242 34 0 6 124 41 70 110 47
Binary 10101100 10100010 11100 0 110 1010100 100001 111000 1001000 100111

Color Harmonies of #ACA21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA21C

Black with #ACA21C

Text Example


Text Example

White with #ACA21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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