Html Css Color HEX #AC940A Lucky

📋 copy color: '#AC940A'

red 172 ◦ green 148 ◦ blue 10

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

Shades of Lucky #AC940A

Tints of Lucky #AC940A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

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

R = 52.12%
G = 44.85%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC940A (or 0xAC940A) is known color: Lucky. HEX triplet: AC, 94 and 0A. RGB value is (172,148,10). Sum of RGB (Red+Green+Blue) = 172+148+10=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC940A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC940A is #536BF5. Grayscale: #8C8C8C. Windows color (decimal): -5467126 or 693420. OLE color: 693420.

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

Color convert

RGB 172 148 10 -
CMYK 0 0.14 0.94 0.33
HSL 51.11º 0.89% 0.36% -
HSV(B) 51.11º 0.94% 0.67% -
XYZ 27.66 29.97 4.61 -
YUV 139.44 54.95 151.22 -
System Red Green Blue C M Y K H S L
Decimal 172 148 10 0 0.14 0.94 0.33 51.11 0.89 0.36
Hex AC 94 A 0 E 5E 21 33 59 24
Octal 254 224 12 0 16 136 41 63 131 44
Binary 10101100 10010100 1010 0 1110 1011110 100001 110011 1011001 100100

Color Harmonies of #AC940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC940A

Black with #AC940A

Text Example


Text Example

White with #AC940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC940A; }

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

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

background-color css

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

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

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

border-color css

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

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

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