Html Css Color HEX #AC960A Lucky

📋 copy color: '#AC960A'

red 172 ◦ green 150 ◦ blue 10

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

Shades of Lucky #AC960A

Tints of Lucky #AC960A

RGB

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

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

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

R = 51.81%
G = 45.18%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC960A (or 0xAC960A) is known color: Lucky. HEX triplet: AC, 96 and 0A. RGB value is (172,150,10). Sum of RGB (Red+Green+Blue) = 172+150+10=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC960A is #5369F5. Grayscale: #8D8D8D. Windows color (decimal): -5466614 or 693932. OLE color: 693932.

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

Color convert

RGB 172 150 10 -
CMYK 0 0.13 0.94 0.33
HSL 51.85º 0.89% 0.36% -
HSV(B) 51.85º 0.94% 0.67% -
XYZ 27.97 30.61 4.72 -
YUV 140.62 54.29 150.38 -
System Red Green Blue C M Y K H S L
Decimal 172 150 10 0 0.13 0.94 0.33 51.85 0.89 0.36
Hex AC 96 A 0 D 5E 21 34 59 24
Octal 254 226 12 0 15 136 41 64 131 44
Binary 10101100 10010110 1010 0 1101 1011110 100001 110100 1011001 100100

Color Harmonies of #AC960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC960A

Black with #AC960A

Text Example


Text Example

White with #AC960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC960A; }

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

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

background-color css

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

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

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

border-color css

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

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

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