Html Css Color HEX #ACA128 Lucky

📋 copy color: '#ACA128'

red 172 ◦ green 161 ◦ blue 40

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

Shades of Lucky #ACA128

Tints of Lucky #ACA128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.16%

 BLUE value IS 40 (16.02% from 255) = 10.72%

R = 46.11%
G = 43.16%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#ACA128 (or 0xACA128) is known color: Lucky. HEX triplet: AC, A1 and 28. RGB value is (172,161,40). Sum of RGB (Red+Green+Blue) = 172+161+40=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA128 is #535ED7. Grayscale: #969696. Windows color (decimal): -5463768 or 2662828. OLE color: 2662828.

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

Color convert

RGB 172 161 40 -
CMYK 0 0.06 0.77 0.33
HSL 55º 0.62% 0.42% -
HSV(B) 55º 0.77% 0.67% -
XYZ 30.14 34.41 7.06 -
YUV 150.5 65.64 143.34 -
System Red Green Blue C M Y K H S L
Decimal 172 161 40 0 0.06 0.77 0.33 55 0.62 0.42
Hex AC A1 28 0 6 4D 21 37 3E 2A
Octal 254 241 50 0 6 115 41 67 76 52
Binary 10101100 10100001 101000 0 110 1001101 100001 110111 111110 101010

Color Harmonies of #ACA128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA128

Black with #ACA128

Text Example


Text Example

White with #ACA128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA128; }

 p { color: rgb(172,161,40); }

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

background-color css

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

 a { background-color: rgb(172,161,40); }

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

border-color css

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

 span { border-color: rgb(172,161,40); }

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