Html Css Color HEX #AC9C2A Lucky

📋 copy color: '#AC9C2A'

red 172 ◦ green 156 ◦ blue 42

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

Shades of Lucky #AC9C2A

Tints of Lucky #AC9C2A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.16%

 BLUE value IS 42 (16.8% from 255) = 11.35%

R = 46.49%
G = 42.16%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC9C2A (or 0xAC9C2A) is known color: Lucky. HEX triplet: AC, 9C and 2A. RGB value is (172,156,42). Sum of RGB (Red+Green+Blue) = 172+156+42=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C2A is #5363D5. Grayscale: #949494. Windows color (decimal): -5465046 or 2792620. OLE color: 2792620.

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

Color convert

RGB 172 156 42 -
CMYK 0 0.09 0.76 0.33
HSL 52.62º 0.61% 0.42% -
HSV(B) 52.62º 0.76% 0.67% -
XYZ 29.32 32.71 6.96 -
YUV 147.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 172 156 42 0 0.09 0.76 0.33 52.62 0.61 0.42
Hex AC 9C 2A 0 9 4C 21 35 3D 2A
Octal 254 234 52 0 11 114 41 65 75 52
Binary 10101100 10011100 101010 0 1001 1001100 100001 110101 111101 101010

Color Harmonies of #AC9C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C2A

Black with #AC9C2A

Text Example


Text Example

White with #AC9C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C2A; }

 p { color: rgb(172,156,42); }

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

background-color css

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

 a { background-color: rgb(172,156,42); }

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

border-color css

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

 span { border-color: rgb(172,156,42); }

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