Html Css Color HEX #AB971C Lucky

📋 copy color: '#AB971C'

red 171 ◦ green 151 ◦ blue 28

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

Shades of Lucky #AB971C

Tints of Lucky #AB971C

RGB

 RED value IS 171 (67.19% from 255) = 48.86%

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

 BLUE value IS 28 (11.33% from 255) = 8%

R = 48.86%
G = 43.14%
B = 8%

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

#AB971C (or 0xAB971C) is known color: Lucky. HEX triplet: AB, 97 and 1C. RGB value is (171,151,28). Sum of RGB (Red+Green+Blue) = 171+151+28=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB971C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB971C is #5468E3. Grayscale: #8F8F8F. Windows color (decimal): -5531876 or 1873835. OLE color: 1873835.

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

Color convert

RGB 171 151 28 -
CMYK 0 0.12 0.84 0.33
HSL 51.61º 0.72% 0.39% -
HSV(B) 51.61º 0.84% 0.67% -
XYZ 28.07 30.87 5.58 -
YUV 142.96 63.13 148 -
System Red Green Blue C M Y K H S L
Decimal 171 151 28 0 0.12 0.84 0.33 51.61 0.72 0.39
Hex AB 97 1C 0 C 54 21 34 48 27
Octal 253 227 34 0 14 124 41 64 110 47
Binary 10101011 10010111 11100 0 1100 1010100 100001 110100 1001000 100111

Color Harmonies of #AB971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB971C

Black with #AB971C

Text Example


Text Example

White with #AB971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB971C; }

 p { color: rgb(171,151,28); }

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

background-color css

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

 a { background-color: rgb(171,151,28); }

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

border-color css

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

 span { border-color: rgb(171,151,28); }

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