Html Css Color HEX #ACA10D Lucky

📋 copy color: '#ACA10D'

red 172 ◦ green 161 ◦ blue 13

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

Shades of Lucky #ACA10D

Tints of Lucky #ACA10D

RGB

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

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

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

R = 49.71%
G = 46.53%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#ACA10D (or 0xACA10D) is known color: Lucky. HEX triplet: AC, A1 and 0D. RGB value is (172,161,13). Sum of RGB (Red+Green+Blue) = 172+161+13=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA10D is #535EF2. Grayscale: #949494. Windows color (decimal): -5463795 or 893356. OLE color: 893356.

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

Color convert

RGB 172 161 13 -
CMYK 0 0.06 0.92 0.33
HSL 55.85º 0.86% 0.36% -
HSV(B) 55.85º 0.92% 0.67% -
XYZ 29.83 34.29 5.43 -
YUV 147.42 52.14 145.53 -
System Red Green Blue C M Y K H S L
Decimal 172 161 13 0 0.06 0.92 0.33 55.85 0.86 0.36
Hex AC A1 D 0 6 5C 21 38 56 24
Octal 254 241 15 0 6 134 41 70 126 44
Binary 10101100 10100001 1101 0 110 1011100 100001 111000 1010110 100100

Color Harmonies of #ACA10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA10D

Black with #ACA10D

Text Example


Text Example

White with #ACA10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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