Html Css Color HEX #AC951B Lucky

📋 copy color: '#AC951B'

red 172 ◦ green 149 ◦ blue 27

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

Shades of Lucky #AC951B

Tints of Lucky #AC951B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.76%

R = 49.43%
G = 42.82%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC951B (or 0xAC951B) is known color: Lucky. HEX triplet: AC, 95 and 1B. RGB value is (172,149,27). Sum of RGB (Red+Green+Blue) = 172+149+27=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC951B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC951B is #536AE4. Grayscale: #8E8E8E. Windows color (decimal): -5466853 or 1807788. OLE color: 1807788.

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

Color convert

RGB 172 149 27 -
CMYK 0 0.13 0.84 0.33
HSL 50.48º 0.73% 0.39% -
HSV(B) 50.48º 0.84% 0.67% -
XYZ 27.96 30.34 5.42 -
YUV 141.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 172 149 27 0 0.13 0.84 0.33 50.48 0.73 0.39
Hex AC 95 1B 0 D 54 21 32 49 27
Octal 254 225 33 0 15 124 41 62 111 47
Binary 10101100 10010101 11011 0 1101 1010100 100001 110010 1001001 100111

Color Harmonies of #AC951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC951B

Black with #AC951B

Text Example


Text Example

White with #AC951B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC951B; }

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

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

background-color css

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

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

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

border-color css

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

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

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