Html Css Color HEX #AC9B0D Lucky

📋 copy color: '#AC9B0D'

red 172 ◦ green 155 ◦ blue 13

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

Shades of Lucky #AC9B0D

Tints of Lucky #AC9B0D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.59%

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

R = 50.59%
G = 45.59%
B = 3.82%

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

#AC9B0D (or 0xAC9B0D) is known color: Lucky. HEX triplet: AC, 9B and 0D. RGB value is (172,155,13). Sum of RGB (Red+Green+Blue) = 172+155+13=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9B0D is #5364F2. Grayscale: #909090. Windows color (decimal): -5465331 or 891820. OLE color: 891820.

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

Color convert

RGB 172 155 13 -
CMYK 0 0.10 0.92 0.33
HSL 53.58º 0.86% 0.36% -
HSV(B) 53.58º 0.92% 0.67% -
XYZ 28.81 32.24 5.09 -
YUV 143.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 172 155 13 0 0.10 0.92 0.33 53.58 0.86 0.36
Hex AC 9B D 0 A 5C 21 36 56 24
Octal 254 233 15 0 12 134 41 66 126 44
Binary 10101100 10011011 1101 0 1010 1011100 100001 110110 1010110 100100

Color Harmonies of #AC9B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9B0D

Black with #AC9B0D

Text Example


Text Example

White with #AC9B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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