Html Css Color HEX #AC9505 Lucky

📋 copy color: '#AC9505'

red 172 ◦ green 149 ◦ blue 5

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

Shades of Lucky #AC9505

Tints of Lucky #AC9505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.53%

R = 52.76%
G = 45.71%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC9505 (or 0xAC9505) is known color: Lucky. HEX triplet: AC, 95 and 05. RGB value is (172,149,5). Sum of RGB (Red+Green+Blue) = 172+149+5=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9505 is #536AFA. Grayscale: #8C8C8C. Windows color (decimal): -5466875 or 365996. OLE color: 365996.

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

Color convert

RGB 172 149 5 -
CMYK 0 0.13 0.97 0.33
HSL 51.74º 0.94% 0.35% -
HSV(B) 51.74º 0.97% 0.67% -
XYZ 27.79 30.28 4.52 -
YUV 139.46 52.12 151.21 -
System Red Green Blue C M Y K H S L
Decimal 172 149 5 0 0.13 0.97 0.33 51.74 0.94 0.35
Hex AC 95 5 0 D 61 21 34 5E 23
Octal 254 225 5 0 15 141 41 64 136 43
Binary 10101100 10010101 101 0 1101 1100001 100001 110100 1011110 100011

Color Harmonies of #AC9505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9505

Black with #AC9505

Text Example


Text Example

White with #AC9505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9505; }

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

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

background-color css

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

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

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

border-color css

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

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

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