Html Css Color HEX #AC930E Lucky

📋 copy color: '#AC930E'

red 172 ◦ green 147 ◦ blue 14

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

Shades of Lucky #AC930E

Tints of Lucky #AC930E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.14%

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 51.65%
G = 44.14%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC930E (or 0xAC930E) is known color: Lucky. HEX triplet: AC, 93 and 0E. RGB value is (172,147,14). Sum of RGB (Red+Green+Blue) = 172+147+14=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC930E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC930E is #536CF1. Grayscale: #8B8B8B. Windows color (decimal): -5467378 or 955308. OLE color: 955308.

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

Color convert

RGB 172 147 14 -
CMYK 0 0.15 0.92 0.33
HSL 50.51º 0.85% 0.36% -
HSV(B) 50.51º 0.92% 0.67% -
XYZ 27.53 29.67 4.69 -
YUV 139.31 57.28 151.31 -
System Red Green Blue C M Y K H S L
Decimal 172 147 14 0 0.15 0.92 0.33 50.51 0.85 0.36
Hex AC 93 E 0 F 5C 21 33 55 24
Octal 254 223 16 0 17 134 41 63 125 44
Binary 10101100 10010011 1110 0 1111 1011100 100001 110011 1010101 100100

Color Harmonies of #AC930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC930E

Black with #AC930E

Text Example


Text Example

White with #AC930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC930E; }

 p { color: rgb(172,147,14); }

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

background-color css

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

 a { background-color: rgb(172,147,14); }

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

border-color css

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

 span { border-color: rgb(172,147,14); }

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