Html Css Color HEX #AC920C Lucky

📋 copy color: '#AC920C'

red 172 ◦ green 146 ◦ blue 12

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

Shades of Lucky #AC920C

Tints of Lucky #AC920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.24%

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 52.12%
G = 44.24%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC920C (or 0xAC920C) is known color: Lucky. HEX triplet: AC, 92 and 0C. RGB value is (172,146,12). Sum of RGB (Red+Green+Blue) = 172+146+12=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC920C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC920C is #536DF3. Grayscale: #8B8B8B. Windows color (decimal): -5467636 or 823980. OLE color: 823980.

HSL color Cylindrical-coordinate representation of color #AC920C: hue angle of 50.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC920C is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 146 12 -
CMYK 0 0.15 0.93 0.33
HSL 50.25º 0.87% 0.36% -
HSV(B) 50.25º 0.93% 0.67% -
XYZ 27.36 29.35 4.57 -
YUV 138.5 56.61 151.9 -
System Red Green Blue C M Y K H S L
Decimal 172 146 12 0 0.15 0.93 0.33 50.25 0.87 0.36
Hex AC 92 C 0 F 5D 21 32 57 24
Octal 254 222 14 0 17 135 41 62 127 44
Binary 10101100 10010010 1100 0 1111 1011101 100001 110010 1010111 100100

Color Harmonies of #AC920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC920C

Black with #AC920C

Text Example


Text Example

White with #AC920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC920C; }

 p { color: rgb(172,146,12); }

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

background-color css

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

 a { background-color: rgb(172,146,12); }

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

border-color css

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

 span { border-color: rgb(172,146,12); }

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