Html Css Color HEX #AC920A Lucky

📋 copy color: '#AC920A'

red 172 ◦ green 146 ◦ blue 10

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

Shades of Lucky #AC920A

Tints of Lucky #AC920A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.05%

R = 52.44%
G = 44.51%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC920A (or 0xAC920A) is known color: Lucky. HEX triplet: AC, 92 and 0A. RGB value is (172,146,10). Sum of RGB (Red+Green+Blue) = 172+146+10=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC920A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC920A is #536DF5. Grayscale: #8A8A8A. Windows color (decimal): -5467638 or 692908. OLE color: 692908.

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

Color convert

RGB 172 146 10 -
CMYK 0 0.15 0.94 0.33
HSL 50.37º 0.89% 0.36% -
HSV(B) 50.37º 0.94% 0.67% -
XYZ 27.35 29.35 4.51 -
YUV 138.27 55.61 152.06 -
System Red Green Blue C M Y K H S L
Decimal 172 146 10 0 0.15 0.94 0.33 50.37 0.89 0.36
Hex AC 92 A 0 F 5E 21 32 59 24
Octal 254 222 12 0 17 136 41 62 131 44
Binary 10101100 10010010 1010 0 1111 1011110 100001 110010 1011001 100100

Color Harmonies of #AC920A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC920A

Black with #AC920A

Text Example


Text Example

White with #AC920A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC920A; }

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

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

background-color css

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

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

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

border-color css

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

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

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