Html Css Color HEX #AC950F Lucky

📋 copy color: '#AC950F'

red 172 ◦ green 149 ◦ blue 15

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

Shades of Lucky #AC950F

Tints of Lucky #AC950F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.35%

 BLUE value IS 15 (6.25% from 255) = 4.46%

R = 51.19%
G = 44.35%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC950F (or 0xAC950F) is known color: Lucky. HEX triplet: AC, 95 and 0F. RGB value is (172,149,15). Sum of RGB (Red+Green+Blue) = 172+149+15=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC950F is #536AF0. Grayscale: #8D8D8D. Windows color (decimal): -5466865 or 1021356. OLE color: 1021356.

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

Color convert

RGB 172 149 15 -
CMYK 0 0.13 0.91 0.33
HSL 51.21º 0.84% 0.37% -
HSV(B) 51.21º 0.91% 0.67% -
XYZ 27.85 30.3 4.83 -
YUV 140.6 57.12 150.4 -
System Red Green Blue C M Y K H S L
Decimal 172 149 15 0 0.13 0.91 0.33 51.21 0.84 0.37
Hex AC 95 F 0 D 5B 21 33 54 25
Octal 254 225 17 0 15 133 41 63 124 45
Binary 10101100 10010101 1111 0 1101 1011011 100001 110011 1010100 100101

Color Harmonies of #AC950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC950F

Black with #AC950F

Text Example


Text Example

White with #AC950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC950F; }

 p { color: rgb(172,149,15); }

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

background-color css

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

 a { background-color: rgb(172,149,15); }

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

border-color css

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

 span { border-color: rgb(172,149,15); }

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