Html Css Color HEX #AB940D Lucky

📋 copy color: '#AB940D'

red 171 ◦ green 148 ◦ blue 13

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

Shades of Lucky #AB940D

Tints of Lucky #AB940D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

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

R = 51.51%
G = 44.58%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB940D (or 0xAB940D) is known color: Lucky. HEX triplet: AB, 94 and 0D. RGB value is (171,148,13). Sum of RGB (Red+Green+Blue) = 171+148+13=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB940D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB940D is #546BF2. Grayscale: #8C8C8C. Windows color (decimal): -5532659 or 890027. OLE color: 890027.

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

Color convert

RGB 171 148 13 -
CMYK 0 0.13 0.92 0.33
HSL 51.27º 0.86% 0.36% -
HSV(B) 51.27º 0.92% 0.67% -
XYZ 27.46 29.87 4.7 -
YUV 139.49 56.62 150.48 -
System Red Green Blue C M Y K H S L
Decimal 171 148 13 0 0.13 0.92 0.33 51.27 0.86 0.36
Hex AB 94 D 0 D 5C 21 33 56 24
Octal 253 224 15 0 15 134 41 63 126 44
Binary 10101011 10010100 1101 0 1101 1011100 100001 110011 1010110 100100

Color Harmonies of #AB940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB940D

Black with #AB940D

Text Example


Text Example

White with #AB940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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