Html Css Color HEX #AB910D Lucky

📋 copy color: '#AB910D'

red 171 ◦ green 145 ◦ blue 13

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

Shades of Lucky #AB910D

Tints of Lucky #AB910D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.07%

 BLUE value IS 13 (5.47% from 255) = 3.95%

R = 51.98%
G = 44.07%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB910D (or 0xAB910D) is known color: Lucky. HEX triplet: AB, 91 and 0D. RGB value is (171,145,13). Sum of RGB (Red+Green+Blue) = 171+145+13=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB910D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB910D is #546EF2. Grayscale: #8A8A8A. Windows color (decimal): -5533427 or 889259. OLE color: 889259.

HSL color Cylindrical-coordinate representation of color #AB910D: hue angle of 50.13º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB910D is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 145 13 -
CMYK 0 0.15 0.92 0.33
HSL 50.13º 0.86% 0.36% -
HSV(B) 50.13º 0.92% 0.67% -
XYZ 26.99 28.94 4.54 -
YUV 137.73 57.61 151.73 -
System Red Green Blue C M Y K H S L
Decimal 171 145 13 0 0.15 0.92 0.33 50.13 0.86 0.36
Hex AB 91 D 0 F 5C 21 32 56 24
Octal 253 221 15 0 17 134 41 62 126 44
Binary 10101011 10010001 1101 0 1111 1011100 100001 110010 1010110 100100

Color Harmonies of #AB910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB910D

Black with #AB910D

Text Example


Text Example

White with #AB910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB910D; }

 p { color: rgb(171,145,13); }

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

background-color css

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

 a { background-color: rgb(171,145,13); }

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

border-color css

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

 span { border-color: rgb(171,145,13); }

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