Html Css Color HEX #ACA60D Lucky

📋 copy color: '#ACA60D'

red 172 ◦ green 166 ◦ blue 13

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

Shades of Lucky #ACA60D

Tints of Lucky #ACA60D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.29%

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

R = 49%
G = 47.29%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#ACA60D (or 0xACA60D) is known color: Lucky. HEX triplet: AC, A6 and 0D. RGB value is (172,166,13). Sum of RGB (Red+Green+Blue) = 172+166+13=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA60D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA60D is #5359F2. Grayscale: #969696. Windows color (decimal): -5462515 or 894636. OLE color: 894636.

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

Color convert

RGB 172 166 13 -
CMYK 0 0.03 0.92 0.33
HSL 57.74º 0.86% 0.36% -
HSV(B) 57.74º 0.92% 0.67% -
XYZ 30.72 36.07 5.72 -
YUV 150.35 50.49 143.44 -
System Red Green Blue C M Y K H S L
Decimal 172 166 13 0 0.03 0.92 0.33 57.74 0.86 0.36
Hex AC A6 D 0 3 5C 21 3A 56 24
Octal 254 246 15 0 3 134 41 72 126 44
Binary 10101100 10100110 1101 0 11 1011100 100001 111010 1010110 100100

Color Harmonies of #ACA60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA60D

Black with #ACA60D

Text Example


Text Example

White with #ACA60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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