Html Css Color HEX #AC951A Lucky

📋 copy color: '#AC951A'

red 172 ◦ green 149 ◦ blue 26

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

Shades of Lucky #AC951A

Tints of Lucky #AC951A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.49%

R = 49.57%
G = 42.94%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC951A (or 0xAC951A) is known color: Lucky. HEX triplet: AC, 95 and 1A. RGB value is (172,149,26). Sum of RGB (Red+Green+Blue) = 172+149+26=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC951A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC951A is #536AE5. Grayscale: #8E8E8E. Windows color (decimal): -5466854 or 1742252. OLE color: 1742252.

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

Color convert

RGB 172 149 26 -
CMYK 0 0.13 0.85 0.33
HSL 50.55º 0.74% 0.39% -
HSV(B) 50.55º 0.85% 0.67% -
XYZ 27.95 30.34 5.36 -
YUV 141.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 172 149 26 0 0.13 0.85 0.33 50.55 0.74 0.39
Hex AC 95 1A 0 D 55 21 33 4A 27
Octal 254 225 32 0 15 125 41 63 112 47
Binary 10101100 10010101 11010 0 1101 1010101 100001 110011 1001010 100111

Color Harmonies of #AC951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC951A

Black with #AC951A

Text Example


Text Example

White with #AC951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC951A; }

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

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

background-color css

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

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

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

border-color css

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

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

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