Html Css Color HEX #ACA02A Lucky

📋 copy color: '#ACA02A'

red 172 ◦ green 160 ◦ blue 42

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

Shades of Lucky #ACA02A

Tints of Lucky #ACA02A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.78%

 BLUE value IS 42 (16.8% from 255) = 11.23%

R = 45.99%
G = 42.78%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#ACA02A (or 0xACA02A) is known color: Lucky. HEX triplet: AC, A0 and 2A. RGB value is (172,160,42). Sum of RGB (Red+Green+Blue) = 172+160+42=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA02A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA02A is #535FD5. Grayscale: #969696. Windows color (decimal): -5464022 or 2793644. OLE color: 2793644.

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

Color convert

RGB 172 160 42 -
CMYK 0 0.07 0.76 0.33
HSL 54.46º 0.61% 0.42% -
HSV(B) 54.46º 0.76% 0.67% -
XYZ 30 34.08 7.19 -
YUV 150.14 66.98 143.59 -
System Red Green Blue C M Y K H S L
Decimal 172 160 42 0 0.07 0.76 0.33 54.46 0.61 0.42
Hex AC A0 2A 0 7 4C 21 36 3D 2A
Octal 254 240 52 0 7 114 41 66 75 52
Binary 10101100 10100000 101010 0 111 1001100 100001 110110 111101 101010

Color Harmonies of #ACA02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA02A

Black with #ACA02A

Text Example


Text Example

White with #ACA02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA02A; }

 p { color: rgb(172,160,42); }

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

background-color css

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

 a { background-color: rgb(172,160,42); }

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

border-color css

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

 span { border-color: rgb(172,160,42); }

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