Html Css Color HEX #AC941E Lucky

📋 copy color: '#AC941E'

red 172 ◦ green 148 ◦ blue 30

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

Shades of Lucky #AC941E

Tints of Lucky #AC941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.29%

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

R = 49.14%
G = 42.29%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC941E (or 0xAC941E) is known color: Lucky. HEX triplet: AC, 94 and 1E. RGB value is (172,148,30). Sum of RGB (Red+Green+Blue) = 172+148+30=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC941E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC941E is #536BE1. Grayscale: #8E8E8E. Windows color (decimal): -5467106 or 2004140. OLE color: 2004140.

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

Color convert

RGB 172 148 30 -
CMYK 0 0.14 0.83 0.33
HSL 49.86º 0.7% 0.4% -
HSV(B) 49.86º 0.83% 0.67% -
XYZ 27.84 30.04 5.56 -
YUV 141.72 64.95 149.59 -
System Red Green Blue C M Y K H S L
Decimal 172 148 30 0 0.14 0.83 0.33 49.86 0.7 0.4
Hex AC 94 1E 0 E 53 21 32 46 28
Octal 254 224 36 0 16 123 41 62 106 50
Binary 10101100 10010100 11110 0 1110 1010011 100001 110010 1000110 101000

Color Harmonies of #AC941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC941E

Black with #AC941E

Text Example


Text Example

White with #AC941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC941E; }

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

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

background-color css

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

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

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

border-color css

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

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

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