Html Css Color HEX #ACA51E Lucky

📋 copy color: '#ACA51E'

red 172 ◦ green 165 ◦ blue 30

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

Shades of Lucky #ACA51E

Tints of Lucky #ACA51E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.96%

 BLUE value IS 30 (12.11% from 255) = 8.17%

R = 46.87%
G = 44.96%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#ACA51E (or 0xACA51E) is known color: Lucky. HEX triplet: AC, A5 and 1E. RGB value is (172,165,30). Sum of RGB (Red+Green+Blue) = 172+165+30=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA51E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA51E is #535AE1. Grayscale: #989898. Windows color (decimal): -5462754 or 2008492. OLE color: 2008492.

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

Color convert

RGB 172 165 30 -
CMYK 0 0.04 0.83 0.33
HSL 57.04º 0.7% 0.4% -
HSV(B) 57.04º 0.83% 0.67% -
XYZ 30.7 35.77 6.52 -
YUV 151.7 59.32 142.48 -
System Red Green Blue C M Y K H S L
Decimal 172 165 30 0 0.04 0.83 0.33 57.04 0.7 0.4
Hex AC A5 1E 0 4 53 21 39 46 28
Octal 254 245 36 0 4 123 41 71 106 50
Binary 10101100 10100101 11110 0 100 1010011 100001 111001 1000110 101000

Color Harmonies of #ACA51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA51E

Black with #ACA51E

Text Example


Text Example

White with #ACA51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA51E; }

 p { color: rgb(172,165,30); }

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

background-color css

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

 a { background-color: rgb(172,165,30); }

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

border-color css

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

 span { border-color: rgb(172,165,30); }

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