Html Css Color HEX #AC911E Lucky

📋 copy color: '#AC911E'

red 172 ◦ green 145 ◦ blue 30

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

Shades of Lucky #AC911E

Tints of Lucky #AC911E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.79%

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

R = 49.57%
G = 41.79%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC911E (or 0xAC911E) is known color: Lucky. HEX triplet: AC, 91 and 1E. RGB value is (172,145,30). Sum of RGB (Red+Green+Blue) = 172+145+30=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC911E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC911E is #536EE1. Grayscale: #8C8C8C. Windows color (decimal): -5467874 or 2003372. OLE color: 2003372.

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

Color convert

RGB 172 145 30 -
CMYK 0 0.16 0.83 0.33
HSL 48.59º 0.7% 0.4% -
HSV(B) 48.59º 0.83% 0.67% -
XYZ 27.37 29.12 5.41 -
YUV 139.96 65.95 150.85 -
System Red Green Blue C M Y K H S L
Decimal 172 145 30 0 0.16 0.83 0.33 48.59 0.7 0.4
Hex AC 91 1E 0 10 53 21 31 46 28
Octal 254 221 36 0 20 123 41 61 106 50
Binary 10101100 10010001 11110 0 10000 1010011 100001 110001 1000110 101000

Color Harmonies of #AC911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC911E

Black with #AC911E

Text Example


Text Example

White with #AC911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC911E; }

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

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

background-color css

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

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

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

border-color css

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

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

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