Html Css Color HEX #AB971B Lucky

📋 copy color: '#AB971B'

red 171 ◦ green 151 ◦ blue 27

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

Shades of Lucky #AB971B

Tints of Lucky #AB971B

RGB

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

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

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

R = 49%
G = 43.27%
B = 7.74%

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

#AB971B (or 0xAB971B) is known color: Lucky. HEX triplet: AB, 97 and 1B. RGB value is (171,151,27). Sum of RGB (Red+Green+Blue) = 171+151+27=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB971B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB971B is #5468E4. Grayscale: #8F8F8F. Windows color (decimal): -5531877 or 1808299. OLE color: 1808299.

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

Color convert

RGB 171 151 27 -
CMYK 0 0.12 0.84 0.33
HSL 51.67º 0.73% 0.39% -
HSV(B) 51.67º 0.84% 0.67% -
XYZ 28.06 30.87 5.52 -
YUV 142.84 62.63 148.08 -
System Red Green Blue C M Y K H S L
Decimal 171 151 27 0 0.12 0.84 0.33 51.67 0.73 0.39
Hex AB 97 1B 0 C 54 21 34 49 27
Octal 253 227 33 0 14 124 41 64 111 47
Binary 10101011 10010111 11011 0 1100 1010100 100001 110100 1001001 100111

Color Harmonies of #AB971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB971B

Black with #AB971B

Text Example


Text Example

White with #AB971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB971B; }

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

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

background-color css

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

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

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

border-color css

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

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

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