Html Css Color HEX #AC971C Lucky

📋 copy color: '#AC971C'

red 172 ◦ green 151 ◦ blue 28

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

Shades of Lucky #AC971C

Tints of Lucky #AC971C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.02%

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

R = 49%
G = 43.02%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC971C (or 0xAC971C) is known color: Lucky. HEX triplet: AC, 97 and 1C. RGB value is (172,151,28). Sum of RGB (Red+Green+Blue) = 172+151+28=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC971C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC971C is #5368E3. Grayscale: #8F8F8F. Windows color (decimal): -5466340 or 1873836. OLE color: 1873836.

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

Color convert

RGB 172 151 28 -
CMYK 0 0.12 0.84 0.33
HSL 51.25º 0.72% 0.39% -
HSV(B) 51.25º 0.84% 0.67% -
XYZ 28.29 30.99 5.59 -
YUV 143.26 62.96 148.5 -
System Red Green Blue C M Y K H S L
Decimal 172 151 28 0 0.12 0.84 0.33 51.25 0.72 0.39
Hex AC 97 1C 0 C 54 21 33 48 27
Octal 254 227 34 0 14 124 41 63 110 47
Binary 10101100 10010111 11100 0 1100 1010100 100001 110011 1001000 100111

Color Harmonies of #AC971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC971C

Black with #AC971C

Text Example


Text Example

White with #AC971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC971C; }

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

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

background-color css

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

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

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

border-color css

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

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

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