Html Css Color HEX #AC9F28 Lucky

📋 copy color: '#AC9F28'

red 172 ◦ green 159 ◦ blue 40

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

Shades of Lucky #AC9F28

Tints of Lucky #AC9F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.78%

R = 46.36%
G = 42.86%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC9F28 (or 0xAC9F28) is known color: Lucky. HEX triplet: AC, 9F and 28. RGB value is (172,159,40). Sum of RGB (Red+Green+Blue) = 172+159+40=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9F28 is #5360D7. Grayscale: #959595. Windows color (decimal): -5464280 or 2662316. OLE color: 2662316.

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

Color convert

RGB 172 159 40 -
CMYK 0 0.08 0.77 0.33
HSL 54.09º 0.62% 0.42% -
HSV(B) 54.09º 0.77% 0.67% -
XYZ 29.79 33.72 6.95 -
YUV 149.32 66.31 144.18 -
System Red Green Blue C M Y K H S L
Decimal 172 159 40 0 0.08 0.77 0.33 54.09 0.62 0.42
Hex AC 9F 28 0 8 4D 21 36 3E 2A
Octal 254 237 50 0 10 115 41 66 76 52
Binary 10101100 10011111 101000 0 1000 1001101 100001 110110 111110 101010

Color Harmonies of #AC9F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F28

Black with #AC9F28

Text Example


Text Example

White with #AC9F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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