Html Css Color HEX #AC9C1B Lucky

📋 copy color: '#AC9C1B'

red 172 ◦ green 156 ◦ blue 27

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

Shades of Lucky #AC9C1B

Tints of Lucky #AC9C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.61%

R = 48.45%
G = 43.94%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC9C1B (or 0xAC9C1B) is known color: Lucky. HEX triplet: AC, 9C and 1B. RGB value is (172,156,27). Sum of RGB (Red+Green+Blue) = 172+156+27=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C1B is #5363E4. Grayscale: #929292. Windows color (decimal): -5465061 or 1809580. OLE color: 1809580.

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

Color convert

RGB 172 156 27 -
CMYK 0 0.09 0.84 0.33
HSL 53.38º 0.73% 0.39% -
HSV(B) 53.38º 0.84% 0.67% -
XYZ 29.1 32.63 5.8 -
YUV 146.08 60.8 146.49 -
System Red Green Blue C M Y K H S L
Decimal 172 156 27 0 0.09 0.84 0.33 53.38 0.73 0.39
Hex AC 9C 1B 0 9 54 21 35 49 27
Octal 254 234 33 0 11 124 41 65 111 47
Binary 10101100 10011100 11011 0 1001 1010100 100001 110101 1001001 100111

Color Harmonies of #AC9C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C1B

Black with #AC9C1B

Text Example


Text Example

White with #AC9C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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