Html Css Color HEX #AC971A Lucky

📋 copy color: '#AC971A'

red 172 ◦ green 151 ◦ blue 26

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

Shades of Lucky #AC971A

Tints of Lucky #AC971A

RGB

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

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

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

R = 49.28%
G = 43.27%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC971A (or 0xAC971A) is known color: Lucky. HEX triplet: AC, 97 and 1A. RGB value is (172,151,26). Sum of RGB (Red+Green+Blue) = 172+151+26=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC971A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC971A is #5368E5. Grayscale: #8F8F8F. Windows color (decimal): -5466342 or 1742764. OLE color: 1742764.

HSL color Cylindrical-coordinate representation of color #AC971A: hue angle of 51.37º 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 #AC971A is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 151 26 -
CMYK 0 0.12 0.85 0.33
HSL 51.37º 0.74% 0.39% -
HSV(B) 51.37º 0.85% 0.67% -
XYZ 28.27 30.98 5.47 -
YUV 143.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 172 151 26 0 0.12 0.85 0.33 51.37 0.74 0.39
Hex AC 97 1A 0 C 55 21 33 4A 27
Octal 254 227 32 0 14 125 41 63 112 47
Binary 10101100 10010111 11010 0 1100 1010101 100001 110011 1001010 100111

Color Harmonies of #AC971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC971A

Black with #AC971A

Text Example


Text Example

White with #AC971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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