Html Css Color HEX #AC971D Lucky

📋 copy color: '#AC971D'

red 172 ◦ green 151 ◦ blue 29

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

Shades of Lucky #AC971D

Tints of Lucky #AC971D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.9%

 BLUE value IS 29 (11.72% from 255) = 8.24%

R = 48.86%
G = 42.9%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC971D (or 0xAC971D) is known color: Lucky. HEX triplet: AC, 97 and 1D. RGB value is (172,151,29). Sum of RGB (Red+Green+Blue) = 172+151+29=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC971D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC971D is #5368E2. Grayscale: #8F8F8F. Windows color (decimal): -5466339 or 1939372. OLE color: 1939372.

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

Color convert

RGB 172 151 29 -
CMYK 0 0.12 0.83 0.33
HSL 51.19º 0.71% 0.39% -
HSV(B) 51.19º 0.83% 0.67% -
XYZ 28.3 30.99 5.65 -
YUV 143.37 63.46 148.42 -
System Red Green Blue C M Y K H S L
Decimal 172 151 29 0 0.12 0.83 0.33 51.19 0.71 0.39
Hex AC 97 1D 0 C 53 21 33 47 27
Octal 254 227 35 0 14 123 41 63 107 47
Binary 10101100 10010111 11101 0 1100 1010011 100001 110011 1000111 100111

Color Harmonies of #AC971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC971D

Black with #AC971D

Text Example


Text Example

White with #AC971D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC971D; }

 p { color: rgb(172,151,29); }

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

background-color css

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

 a { background-color: rgb(172,151,29); }

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

border-color css

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

 span { border-color: rgb(172,151,29); }

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