Html Css Color HEX #AC9A0D Lucky

📋 copy color: '#AC9A0D'

red 172 ◦ green 154 ◦ blue 13

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

Shades of Lucky #AC9A0D

Tints of Lucky #AC9A0D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.43%

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

R = 50.74%
G = 45.43%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC9A0D (or 0xAC9A0D) is known color: Lucky. HEX triplet: AC, 9A and 0D. RGB value is (172,154,13). Sum of RGB (Red+Green+Blue) = 172+154+13=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9A0D is #5365F2. Grayscale: #8F8F8F. Windows color (decimal): -5465587 or 891564. OLE color: 891564.

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

Color convert

RGB 172 154 13 -
CMYK 0 0.10 0.92 0.33
HSL 53.21º 0.86% 0.36% -
HSV(B) 53.21º 0.92% 0.67% -
XYZ 28.64 31.91 5.03 -
YUV 143.31 54.46 148.46 -
System Red Green Blue C M Y K H S L
Decimal 172 154 13 0 0.10 0.92 0.33 53.21 0.86 0.36
Hex AC 9A D 0 A 5C 21 35 56 24
Octal 254 232 15 0 12 134 41 65 126 44
Binary 10101100 10011010 1101 0 1010 1011100 100001 110101 1010110 100100

Color Harmonies of #AC9A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A0D

Black with #AC9A0D

Text Example


Text Example

White with #AC9A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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