Html Css Color HEX #AB920D Lucky

📋 copy color: '#AB920D'

red 171 ◦ green 146 ◦ blue 13

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

Shades of Lucky #AB920D

Tints of Lucky #AB920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.24%

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

R = 51.82%
G = 44.24%
B = 3.94%

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

#AB920D (or 0xAB920D) is known color: Lucky. HEX triplet: AB, 92 and 0D. RGB value is (171,146,13). Sum of RGB (Red+Green+Blue) = 171+146+13=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB920D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB920D is #546DF2. Grayscale: #8A8A8A. Windows color (decimal): -5533171 or 889515. OLE color: 889515.

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

Color convert

RGB 171 146 13 -
CMYK 0 0.15 0.92 0.33
HSL 50.51º 0.86% 0.36% -
HSV(B) 50.51º 0.92% 0.67% -
XYZ 27.15 29.24 4.59 -
YUV 138.31 57.28 151.31 -
System Red Green Blue C M Y K H S L
Decimal 171 146 13 0 0.15 0.92 0.33 50.51 0.86 0.36
Hex AB 92 D 0 F 5C 21 33 56 24
Octal 253 222 15 0 17 134 41 63 126 44
Binary 10101011 10010010 1101 0 1111 1011100 100001 110011 1010110 100100

Color Harmonies of #AB920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB920D

Black with #AB920D

Text Example


Text Example

White with #AB920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB920D; }

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

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

background-color css

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

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

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

border-color css

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

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

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