Html Css Color HEX #AC9413 Lucky

📋 copy color: '#AC9413'

red 172 ◦ green 148 ◦ blue 19

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

Shades of Lucky #AC9413

Tints of Lucky #AC9413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 50.74%
G = 43.66%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC9413 (or 0xAC9413) is known color: Lucky. HEX triplet: AC, 94 and 13. RGB value is (172,148,19). Sum of RGB (Red+Green+Blue) = 172+148+19=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9413 is #536BEC. Grayscale: #8D8D8D. Windows color (decimal): -5467117 or 1283244. OLE color: 1283244.

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

Color convert

RGB 172 148 19 -
CMYK 0 0.14 0.89 0.33
HSL 50.59º 0.8% 0.37% -
HSV(B) 50.59º 0.89% 0.67% -
XYZ 27.72 30 4.95 -
YUV 140.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 172 148 19 0 0.14 0.89 0.33 50.59 0.8 0.37
Hex AC 94 13 0 E 59 21 33 50 25
Octal 254 224 23 0 16 131 41 63 120 45
Binary 10101100 10010100 10011 0 1110 1011001 100001 110011 1010000 100101

Color Harmonies of #AC9413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9413

Black with #AC9413

Text Example


Text Example

White with #AC9413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9413; }

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

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

background-color css

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

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

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

border-color css

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

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

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