Html Css Color HEX #AC9D1A Lucky

📋 copy color: '#AC9D1A'

red 172 ◦ green 157 ◦ blue 26

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

Shades of Lucky #AC9D1A

Tints of Lucky #AC9D1A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.23%

 BLUE value IS 26 (10.55% from 255) = 7.32%

R = 48.45%
G = 44.23%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC9D1A (or 0xAC9D1A) is known color: Lucky. HEX triplet: AC, 9D and 1A. RGB value is (172,157,26). Sum of RGB (Red+Green+Blue) = 172+157+26=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9D1A is #5362E5. Grayscale: #939393. Windows color (decimal): -5464806 or 1744300. OLE color: 1744300.

HSL color Cylindrical-coordinate representation of color #AC9D1A: hue angle of 53.84º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC9D1A is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 157 26 -
CMYK 0 0.09 0.85 0.33
HSL 53.84º 0.74% 0.39% -
HSV(B) 53.84º 0.85% 0.67% -
XYZ 29.26 32.96 5.8 -
YUV 146.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 172 157 26 0 0.09 0.85 0.33 53.84 0.74 0.39
Hex AC 9D 1A 0 9 55 21 36 4A 27
Octal 254 235 32 0 11 125 41 66 112 47
Binary 10101100 10011101 11010 0 1001 1010101 100001 110110 1001010 100111

Color Harmonies of #AC9D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D1A

Black with #AC9D1A

Text Example


Text Example

White with #AC9D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D1A; }

 p { color: rgb(172,157,26); }

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

background-color css

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

 a { background-color: rgb(172,157,26); }

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

border-color css

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

 span { border-color: rgb(172,157,26); }

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