Html Css Color HEX #AC960D Lucky

📋 copy color: '#AC960D'

red 172 ◦ green 150 ◦ blue 13

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

Shades of Lucky #AC960D

Tints of Lucky #AC960D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.88%

R = 51.34%
G = 44.78%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC960D (or 0xAC960D) is known color: Lucky. HEX triplet: AC, 96 and 0D. RGB value is (172,150,13). Sum of RGB (Red+Green+Blue) = 172+150+13=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC960D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC960D is #5369F2. Grayscale: #8D8D8D. Windows color (decimal): -5466611 or 890540. OLE color: 890540.

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

Color convert

RGB 172 150 13 -
CMYK 0 0.13 0.92 0.33
HSL 51.7º 0.86% 0.36% -
HSV(B) 51.7º 0.92% 0.67% -
XYZ 27.99 30.61 4.81 -
YUV 140.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 172 150 13 0 0.13 0.92 0.33 51.7 0.86 0.36
Hex AC 96 D 0 D 5C 21 34 56 24
Octal 254 226 15 0 15 134 41 64 126 44
Binary 10101100 10010110 1101 0 1101 1011100 100001 110100 1010110 100100

Color Harmonies of #AC960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC960D

Black with #AC960D

Text Example


Text Example

White with #AC960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC960D; }

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

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

background-color css

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

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

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

border-color css

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

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

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