Html Css Color HEX #AC961C Lucky

📋 copy color: '#AC961C'

red 172 ◦ green 150 ◦ blue 28

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

Shades of Lucky #AC961C

Tints of Lucky #AC961C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.86%

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

R = 49.14%
G = 42.86%
B = 8%

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

#AC961C (or 0xAC961C) is known color: Lucky. HEX triplet: AC, 96 and 1C. RGB value is (172,150,28). Sum of RGB (Red+Green+Blue) = 172+150+28=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC961C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC961C is #5369E3. Grayscale: #8F8F8F. Windows color (decimal): -5466596 or 1873580. OLE color: 1873580.

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

Color convert

RGB 172 150 28 -
CMYK 0 0.13 0.84 0.33
HSL 50.83º 0.72% 0.39% -
HSV(B) 50.83º 0.84% 0.67% -
XYZ 28.13 30.67 5.54 -
YUV 142.67 63.29 148.92 -
System Red Green Blue C M Y K H S L
Decimal 172 150 28 0 0.13 0.84 0.33 50.83 0.72 0.39
Hex AC 96 1C 0 D 54 21 33 48 27
Octal 254 226 34 0 15 124 41 63 110 47
Binary 10101100 10010110 11100 0 1101 1010100 100001 110011 1001000 100111

Color Harmonies of #AC961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC961C

Black with #AC961C

Text Example


Text Example

White with #AC961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC961C; }

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

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

background-color css

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

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

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

border-color css

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

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

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