Html Css Color HEX #AC950D Lucky

📋 copy color: '#AC950D'

red 172 ◦ green 149 ◦ blue 13

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

Shades of Lucky #AC950D

Tints of Lucky #AC950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.61%

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

R = 51.5%
G = 44.61%
B = 3.89%

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

#AC950D (or 0xAC950D) is known color: Lucky. HEX triplet: AC, 95 and 0D. RGB value is (172,149,13). Sum of RGB (Red+Green+Blue) = 172+149+13=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC950D is #536AF2. Grayscale: #8C8C8C. Windows color (decimal): -5466867 or 890284. OLE color: 890284.

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

Color convert

RGB 172 149 13 -
CMYK 0 0.13 0.92 0.33
HSL 51.32º 0.86% 0.36% -
HSV(B) 51.32º 0.92% 0.67% -
XYZ 27.83 30.29 4.76 -
YUV 140.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 172 149 13 0 0.13 0.92 0.33 51.32 0.86 0.36
Hex AC 95 D 0 D 5C 21 33 56 24
Octal 254 225 15 0 15 134 41 63 126 44
Binary 10101100 10010101 1101 0 1101 1011100 100001 110011 1010110 100100

Color Harmonies of #AC950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC950D

Black with #AC950D

Text Example


Text Example

White with #AC950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC950D; }

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

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

background-color css

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

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

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

border-color css

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

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

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