Html Css Color HEX #AC8C17 Lucky

📋 copy color: '#AC8C17'

red 172 ◦ green 140 ◦ blue 23

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

Shades of Lucky #AC8C17

Tints of Lucky #AC8C17

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.79%

 BLUE value IS 23 (9.38% from 255) = 6.87%

R = 51.34%
G = 41.79%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC8C17 (or 0xAC8C17) is known color: Lucky. HEX triplet: AC, 8C and 17. RGB value is (172,140,23). Sum of RGB (Red+Green+Blue) = 172+140+23=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8C17 is #5373E8. Grayscale: #888888. Windows color (decimal): -5469161 or 1543340. OLE color: 1543340.

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

Color convert

RGB 172 140 23 -
CMYK 0 0.19 0.87 0.33
HSL 47.11º 0.76% 0.38% -
HSV(B) 47.11º 0.87% 0.67% -
XYZ 26.55 27.59 4.74 -
YUV 136.23 64.1 153.51 -
System Red Green Blue C M Y K H S L
Decimal 172 140 23 0 0.19 0.87 0.33 47.11 0.76 0.38
Hex AC 8C 17 0 13 57 21 2F 4C 26
Octal 254 214 27 0 23 127 41 57 114 46
Binary 10101100 10001100 10111 0 10011 1010111 100001 101111 1001100 100110

Color Harmonies of #AC8C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C17

Black with #AC8C17

Text Example


Text Example

White with #AC8C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C17; }

 p { color: rgb(172,140,23); }

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

background-color css

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

 a { background-color: rgb(172,140,23); }

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

border-color css

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

 span { border-color: rgb(172,140,23); }

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