Html Css Color HEX #AC971F Lucky

📋 copy color: '#AC971F'

red 172 ◦ green 151 ◦ blue 31

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

Shades of Lucky #AC971F

Tints of Lucky #AC971F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.76%

R = 48.59%
G = 42.66%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC971F (or 0xAC971F) is known color: Lucky. HEX triplet: AC, 97 and 1F. RGB value is (172,151,31). Sum of RGB (Red+Green+Blue) = 172+151+31=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC971F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC971F is #5368E0. Grayscale: #909090. Windows color (decimal): -5466337 or 2070444. OLE color: 2070444.

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

Color convert

RGB 172 151 31 -
CMYK 0 0.12 0.82 0.33
HSL 51.06º 0.69% 0.4% -
HSV(B) 51.06º 0.82% 0.67% -
XYZ 28.33 31 5.79 -
YUV 143.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 172 151 31 0 0.12 0.82 0.33 51.06 0.69 0.4
Hex AC 97 1F 0 C 52 21 33 45 28
Octal 254 227 37 0 14 122 41 63 105 50
Binary 10101100 10010111 11111 0 1100 1010010 100001 110011 1000101 101000

Color Harmonies of #AC971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC971F

Black with #AC971F

Text Example


Text Example

White with #AC971F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC971F; }

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

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

background-color css

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

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

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

border-color css

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

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

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