Html Css Color HEX #AC9A0F Lucky

📋 copy color: '#AC9A0F'

red 172 ◦ green 154 ◦ blue 15

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

Shades of Lucky #AC9A0F

Tints of Lucky #AC9A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.4%

R = 50.44%
G = 45.16%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC9A0F (or 0xAC9A0F) is known color: Lucky. HEX triplet: AC, 9A and 0F. RGB value is (172,154,15). Sum of RGB (Red+Green+Blue) = 172+154+15=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9A0F is #5365F0. Grayscale: #909090. Windows color (decimal): -5465585 or 1022636. OLE color: 1022636.

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

Color convert

RGB 172 154 15 -
CMYK 0 0.10 0.91 0.33
HSL 53.12º 0.84% 0.37% -
HSV(B) 53.12º 0.91% 0.67% -
XYZ 28.66 31.92 5.1 -
YUV 143.54 55.46 148.3 -
System Red Green Blue C M Y K H S L
Decimal 172 154 15 0 0.10 0.91 0.33 53.12 0.84 0.37
Hex AC 9A F 0 A 5B 21 35 54 25
Octal 254 232 17 0 12 133 41 65 124 45
Binary 10101100 10011010 1111 0 1010 1011011 100001 110101 1010100 100101

Color Harmonies of #AC9A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A0F

Black with #AC9A0F

Text Example


Text Example

White with #AC9A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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