Html Css Color HEX #AC971B Lucky

📋 copy color: '#AC971B'

red 172 ◦ green 151 ◦ blue 27

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

Shades of Lucky #AC971B

Tints of Lucky #AC971B

RGB

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

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

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

R = 49.14%
G = 43.14%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC971B (or 0xAC971B) is known color: Lucky. HEX triplet: AC, 97 and 1B. RGB value is (172,151,27). Sum of RGB (Red+Green+Blue) = 172+151+27=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC971B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC971B is #5368E4. Grayscale: #8F8F8F. Windows color (decimal): -5466341 or 1808300. OLE color: 1808300.

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

Color convert

RGB 172 151 27 -
CMYK 0 0.12 0.84 0.33
HSL 51.31º 0.73% 0.39% -
HSV(B) 51.31º 0.84% 0.67% -
XYZ 28.28 30.98 5.53 -
YUV 143.14 62.46 148.58 -
System Red Green Blue C M Y K H S L
Decimal 172 151 27 0 0.12 0.84 0.33 51.31 0.73 0.39
Hex AC 97 1B 0 C 54 21 33 49 27
Octal 254 227 33 0 14 124 41 63 111 47
Binary 10101100 10010111 11011 0 1100 1010100 100001 110011 1001001 100111

Color Harmonies of #AC971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC971B

Black with #AC971B

Text Example


Text Example

White with #AC971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC971B; }

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

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

background-color css

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

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

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

border-color css

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

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

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