Html Css Color HEX #AC941A Lucky

📋 copy color: '#AC941A'

red 172 ◦ green 148 ◦ blue 26

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

Shades of Lucky #AC941A

Tints of Lucky #AC941A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.51%

R = 49.71%
G = 42.77%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC941A (or 0xAC941A) is known color: Lucky. HEX triplet: AC, 94 and 1A. RGB value is (172,148,26). Sum of RGB (Red+Green+Blue) = 172+148+26=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC941A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC941A is #536BE5. Grayscale: #8D8D8D. Windows color (decimal): -5467110 or 1741996. OLE color: 1741996.

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

Color convert

RGB 172 148 26 -
CMYK 0 0.14 0.85 0.33
HSL 50.14º 0.74% 0.39% -
HSV(B) 50.14º 0.85% 0.67% -
XYZ 27.79 30.03 5.31 -
YUV 141.27 62.95 149.92 -
System Red Green Blue C M Y K H S L
Decimal 172 148 26 0 0.14 0.85 0.33 50.14 0.74 0.39
Hex AC 94 1A 0 E 55 21 32 4A 27
Octal 254 224 32 0 16 125 41 62 112 47
Binary 10101100 10010100 11010 0 1110 1010101 100001 110010 1001010 100111

Color Harmonies of #AC941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC941A

Black with #AC941A

Text Example


Text Example

White with #AC941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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