Html Css Color HEX #AC941C Lucky

📋 copy color: '#AC941C'

red 172 ◦ green 148 ◦ blue 28

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

Shades of Lucky #AC941C

Tints of Lucky #AC941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 49.43%
G = 42.53%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC941C (or 0xAC941C) is known color: Lucky. HEX triplet: AC, 94 and 1C. RGB value is (172,148,28). Sum of RGB (Red+Green+Blue) = 172+148+28=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC941C is #536BE3. Grayscale: #8E8E8E. Windows color (decimal): -5467108 or 1873068. OLE color: 1873068.

HSL color Cylindrical-coordinate representation of color #AC941C: hue angle of 50º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC941C is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 148 28 -
CMYK 0 0.14 0.84 0.33
HSL 50º 0.72% 0.39% -
HSV(B) 50º 0.84% 0.67% -
XYZ 27.81 30.03 5.43 -
YUV 141.5 63.95 149.76 -
System Red Green Blue C M Y K H S L
Decimal 172 148 28 0 0.14 0.84 0.33 50 0.72 0.39
Hex AC 94 1C 0 E 54 21 32 48 27
Octal 254 224 34 0 16 124 41 62 110 47
Binary 10101100 10010100 11100 0 1110 1010100 100001 110010 1001000 100111

Color Harmonies of #AC941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC941C

Black with #AC941C

Text Example


Text Example

White with #AC941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC941C; }

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

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

background-color css

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

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

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

border-color css

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

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

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