Html Css Color HEX #ACA31D Lucky

📋 copy color: '#ACA31D'

red 172 ◦ green 163 ◦ blue 29

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

Shades of Lucky #ACA31D

Tints of Lucky #ACA31D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.78%

 BLUE value IS 29 (11.72% from 255) = 7.97%

R = 47.25%
G = 44.78%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#ACA31D (or 0xACA31D) is known color: Lucky. HEX triplet: AC, A3 and 1D. RGB value is (172,163,29). Sum of RGB (Red+Green+Blue) = 172+163+29=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA31D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA31D is #535CE2. Grayscale: #969696. Windows color (decimal): -5463267 or 1942444. OLE color: 1942444.

HSL color Cylindrical-coordinate representation of color #ACA31D: hue angle of 56.22º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACA31D is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 163 29 -
CMYK 0 0.05 0.83 0.33
HSL 56.22º 0.71% 0.39% -
HSV(B) 56.22º 0.83% 0.67% -
XYZ 30.33 35.05 6.33 -
YUV 150.42 59.48 143.4 -
System Red Green Blue C M Y K H S L
Decimal 172 163 29 0 0.05 0.83 0.33 56.22 0.71 0.39
Hex AC A3 1D 0 5 53 21 38 47 27
Octal 254 243 35 0 5 123 41 70 107 47
Binary 10101100 10100011 11101 0 101 1010011 100001 111000 1000111 100111

Color Harmonies of #ACA31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA31D

Black with #ACA31D

Text Example


Text Example

White with #ACA31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA31D; }

 p { color: rgb(172,163,29); }

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

background-color css

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

 a { background-color: rgb(172,163,29); }

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

border-color css

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

 span { border-color: rgb(172,163,29); }

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