Html Css Color HEX #AC9F07 Lucky

📋 copy color: '#AC9F07'

red 172 ◦ green 159 ◦ blue 7

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

Shades of Lucky #AC9F07

Tints of Lucky #AC9F07

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.04%

 BLUE value IS 7 (3.13% from 255) = 2.07%

R = 50.89%
G = 47.04%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC9F07 (or 0xAC9F07) is known color: Lucky. HEX triplet: AC, 9F and 07. RGB value is (172,159,7). Sum of RGB (Red+Green+Blue) = 172+159+7=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9F07 is #5360F8. Grayscale: #929292. Windows color (decimal): -5464313 or 499628. OLE color: 499628.

HSL color Cylindrical-coordinate representation of color #AC9F07: hue angle of 55.27º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC9F07 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 159 7 -
CMYK 0 0.08 0.96 0.33
HSL 55.27º 0.92% 0.35% -
HSV(B) 55.27º 0.96% 0.67% -
XYZ 29.45 33.58 5.13 -
YUV 145.56 49.81 146.86 -
System Red Green Blue C M Y K H S L
Decimal 172 159 7 0 0.08 0.96 0.33 55.27 0.92 0.35
Hex AC 9F 7 0 8 60 21 37 5C 23
Octal 254 237 7 0 10 140 41 67 134 43
Binary 10101100 10011111 111 0 1000 1100000 100001 110111 1011100 100011

Color Harmonies of #AC9F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F07

Black with #AC9F07

Text Example


Text Example

White with #AC9F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F07; }

 p { color: rgb(172,159,7); }

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

background-color css

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

 a { background-color: rgb(172,159,7); }

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

border-color css

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

 span { border-color: rgb(172,159,7); }

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