Html Css Color HEX #AC951C Lucky

📋 copy color: '#AC951C'

red 172 ◦ green 149 ◦ blue 28

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

Shades of Lucky #AC951C

Tints of Lucky #AC951C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.69%

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

R = 49.28%
G = 42.69%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC951C (or 0xAC951C) is known color: Lucky. HEX triplet: AC, 95 and 1C. RGB value is (172,149,28). Sum of RGB (Red+Green+Blue) = 172+149+28=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC951C is #536AE3. Grayscale: #8E8E8E. Windows color (decimal): -5466852 or 1873324. OLE color: 1873324.

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

Color convert

RGB 172 149 28 -
CMYK 0 0.13 0.84 0.33
HSL 50.42º 0.72% 0.39% -
HSV(B) 50.42º 0.84% 0.67% -
XYZ 27.97 30.35 5.48 -
YUV 142.08 63.62 149.34 -
System Red Green Blue C M Y K H S L
Decimal 172 149 28 0 0.13 0.84 0.33 50.42 0.72 0.39
Hex AC 95 1C 0 D 54 21 32 48 27
Octal 254 225 34 0 15 124 41 62 110 47
Binary 10101100 10010101 11100 0 1101 1010100 100001 110010 1001000 100111

Color Harmonies of #AC951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC951C

Black with #AC951C

Text Example


Text Example

White with #AC951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC951C; }

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

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

background-color css

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

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

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

border-color css

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

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

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