Html Css Color HEX #AB941F Lucky

📋 copy color: '#AB941F'

red 171 ◦ green 148 ◦ blue 31

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

Shades of Lucky #AB941F

Tints of Lucky #AB941F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.86%

R = 48.86%
G = 42.29%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB941F (or 0xAB941F) is known color: Lucky. HEX triplet: AB, 94 and 1F. RGB value is (171,148,31). Sum of RGB (Red+Green+Blue) = 171+148+31=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB941F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB941F is #546BE0. Grayscale: #8E8E8E. Windows color (decimal): -5532641 or 2069675. OLE color: 2069675.

HSL color Cylindrical-coordinate representation of color #AB941F: hue angle of 50.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB941F is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 148 31 -
CMYK 0 0.13 0.82 0.33
HSL 50.14º 0.69% 0.4% -
HSV(B) 50.14º 0.82% 0.67% -
XYZ 27.63 29.94 5.62 -
YUV 141.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 171 148 31 0 0.13 0.82 0.33 50.14 0.69 0.4
Hex AB 94 1F 0 D 52 21 32 45 28
Octal 253 224 37 0 15 122 41 62 105 50
Binary 10101011 10010100 11111 0 1101 1010010 100001 110010 1000101 101000

Color Harmonies of #AB941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB941F

Black with #AB941F

Text Example


Text Example

White with #AB941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB941F; }

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

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

background-color css

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

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

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

border-color css

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

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

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