Html Css Color HEX #AB941C Lucky

📋 copy color: '#AB941C'

red 171 ◦ green 148 ◦ blue 28

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

Shades of Lucky #AB941C

Tints of Lucky #AB941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.07%

R = 49.28%
G = 42.65%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB941C (or 0xAB941C) is known color: Lucky. HEX triplet: AB, 94 and 1C. RGB value is (171,148,28). Sum of RGB (Red+Green+Blue) = 171+148+28=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB941C is #546BE3. Grayscale: #8D8D8D. Windows color (decimal): -5532644 or 1873067. OLE color: 1873067.

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

Color convert

RGB 171 148 28 -
CMYK 0 0.13 0.84 0.33
HSL 50.35º 0.72% 0.39% -
HSV(B) 50.35º 0.84% 0.67% -
XYZ 27.59 29.92 5.42 -
YUV 141.2 64.12 149.26 -
System Red Green Blue C M Y K H S L
Decimal 171 148 28 0 0.13 0.84 0.33 50.35 0.72 0.39
Hex AB 94 1C 0 D 54 21 32 48 27
Octal 253 224 34 0 15 124 41 62 110 47
Binary 10101011 10010100 11100 0 1101 1010100 100001 110010 1001000 100111

Color Harmonies of #AB941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB941C

Black with #AB941C

Text Example


Text Example

White with #AB941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB941C; }

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

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

background-color css

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

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

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

border-color css

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

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

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