Html Css Color HEX #ACA80A Lucky

📋 copy color: '#ACA80A'

red 172 ◦ green 168 ◦ blue 10

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

Shades of Lucky #ACA80A

Tints of Lucky #ACA80A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48%

 BLUE value IS 10 (4.3% from 255) = 2.86%

R = 49.14%
G = 48%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#ACA80A (or 0xACA80A) is known color: Lucky. HEX triplet: AC, A8 and 0A. RGB value is (172,168,10). Sum of RGB (Red+Green+Blue) = 172+168+10=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 168 (66.02% from 255 or 48% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA80A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA80A is #5357F5. Grayscale: #979797. Windows color (decimal): -5462006 or 698540. OLE color: 698540.

HSL color Cylindrical-coordinate representation of color #ACA80A: hue angle of 58.52º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACA80A is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 168 10 -
CMYK 0 0.02 0.94 0.33
HSL 58.52º 0.89% 0.36% -
HSV(B) 58.52º 0.94% 0.67% -
XYZ 31.07 36.8 5.75 -
YUV 151.18 48.33 142.85 -
System Red Green Blue C M Y K H S L
Decimal 172 168 10 0 0.02 0.94 0.33 58.52 0.89 0.36
Hex AC A8 A 0 2 5E 21 3B 59 24
Octal 254 250 12 0 2 136 41 73 131 44
Binary 10101100 10101000 1010 0 10 1011110 100001 111011 1011001 100100

Color Harmonies of #ACA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA80A

Black with #ACA80A

Text Example


Text Example

White with #ACA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA80A; }

 p { color: rgb(172,168,10); }

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

background-color css

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

 a { background-color: rgb(172,168,10); }

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

border-color css

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

 span { border-color: rgb(172,168,10); }

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