Html Css Color HEX #ACA511 Lucky

📋 copy color: '#ACA511'

red 172 ◦ green 165 ◦ blue 17

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

Shades of Lucky #ACA511

Tints of Lucky #ACA511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.8%

R = 48.59%
G = 46.61%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#ACA511 (or 0xACA511) is known color: Lucky. HEX triplet: AC, A5 and 11. RGB value is (172,165,17). Sum of RGB (Red+Green+Blue) = 172+165+17=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA511 is #535AEE. Grayscale: #969696. Windows color (decimal): -5462767 or 1156524. OLE color: 1156524.

HSL color Cylindrical-coordinate representation of color #ACA511: hue angle of 57.29º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACA511 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 165 17 -
CMYK 0 0.04 0.90 0.33
HSL 57.29º 0.82% 0.37% -
HSV(B) 57.29º 0.9% 0.67% -
XYZ 30.57 35.72 5.81 -
YUV 150.22 52.82 143.53 -
System Red Green Blue C M Y K H S L
Decimal 172 165 17 0 0.04 0.90 0.33 57.29 0.82 0.37
Hex AC A5 11 0 4 5A 21 39 52 25
Octal 254 245 21 0 4 132 41 71 122 45
Binary 10101100 10100101 10001 0 100 1011010 100001 111001 1010010 100101

Color Harmonies of #ACA511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA511

Black with #ACA511

Text Example


Text Example

White with #ACA511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA511; }

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

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

background-color css

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

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

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

border-color css

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

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

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