Html Css Color HEX #ACA20D Lucky

📋 copy color: '#ACA20D'

red 172 ◦ green 162 ◦ blue 13

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

Shades of Lucky #ACA20D

Tints of Lucky #ACA20D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.69%

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

R = 49.57%
G = 46.69%
B = 3.75%

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

#ACA20D (or 0xACA20D) is known color: Lucky. HEX triplet: AC, A2 and 0D. RGB value is (172,162,13). Sum of RGB (Red+Green+Blue) = 172+162+13=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA20D is #535DF2. Grayscale: #949494. Windows color (decimal): -5463539 or 893612. OLE color: 893612.

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

Color convert

RGB 172 162 13 -
CMYK 0 0.06 0.92 0.33
HSL 56.23º 0.86% 0.36% -
HSV(B) 56.23º 0.92% 0.67% -
XYZ 30.01 34.64 5.49 -
YUV 148 51.81 145.12 -
System Red Green Blue C M Y K H S L
Decimal 172 162 13 0 0.06 0.92 0.33 56.23 0.86 0.36
Hex AC A2 D 0 6 5C 21 38 56 24
Octal 254 242 15 0 6 134 41 70 126 44
Binary 10101100 10100010 1101 0 110 1011100 100001 111000 1010110 100100

Color Harmonies of #ACA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA20D

Black with #ACA20D

Text Example


Text Example

White with #ACA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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