Html Css Color HEX #ACA80D Lucky

📋 copy color: '#ACA80D'

red 172 ◦ green 168 ◦ blue 13

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

Shades of Lucky #ACA80D

Tints of Lucky #ACA80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.68%

R = 48.73%
G = 47.59%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#ACA80D (or 0xACA80D) is known color: Lucky. HEX triplet: AC, A8 and 0D. RGB value is (172,168,13). Sum of RGB (Red+Green+Blue) = 172+168+13=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA80D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA80D is #5357F2. Grayscale: #989898. Windows color (decimal): -5462003 or 895148. OLE color: 895148.

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

Color convert

RGB 172 168 13 -
CMYK 0 0.02 0.92 0.33
HSL 58.49º 0.86% 0.36% -
HSV(B) 58.49º 0.92% 0.67% -
XYZ 31.09 36.8 5.85 -
YUV 151.53 49.83 142.6 -
System Red Green Blue C M Y K H S L
Decimal 172 168 13 0 0.02 0.92 0.33 58.49 0.86 0.36
Hex AC A8 D 0 2 5C 21 3A 56 24
Octal 254 250 15 0 2 134 41 72 126 44
Binary 10101100 10101000 1101 0 10 1011100 100001 111010 1010110 100100

Color Harmonies of #ACA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA80D

Black with #ACA80D

Text Example


Text Example

White with #ACA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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