Html Css Color HEX #AC9715 Lucky

📋 copy color: '#AC9715'

red 172 ◦ green 151 ◦ blue 21

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

Shades of Lucky #AC9715

Tints of Lucky #AC9715

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.9%

 BLUE value IS 21 (8.59% from 255) = 6.1%

R = 50%
G = 43.9%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC9715 (or 0xAC9715) is known color: Lucky. HEX triplet: AC, 97 and 15. RGB value is (172,151,21). Sum of RGB (Red+Green+Blue) = 172+151+21=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9715 is #5368EA. Grayscale: #8F8F8F. Windows color (decimal): -5466347 or 1415084. OLE color: 1415084.

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

Color convert

RGB 172 151 21 -
CMYK 0 0.12 0.88 0.33
HSL 51.66º 0.78% 0.38% -
HSV(B) 51.66º 0.88% 0.67% -
XYZ 28.22 30.96 5.2 -
YUV 142.46 59.46 149.07 -
System Red Green Blue C M Y K H S L
Decimal 172 151 21 0 0.12 0.88 0.33 51.66 0.78 0.38
Hex AC 97 15 0 C 58 21 34 4E 26
Octal 254 227 25 0 14 130 41 64 116 46
Binary 10101100 10010111 10101 0 1100 1011000 100001 110100 1001110 100110

Color Harmonies of #AC9715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9715

Black with #AC9715

Text Example


Text Example

White with #AC9715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9715; }

 p { color: rgb(172,151,21); }

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

background-color css

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

 a { background-color: rgb(172,151,21); }

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

border-color css

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

 span { border-color: rgb(172,151,21); }

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