Html Css Color HEX #AB981A Lucky

📋 copy color: '#AB981A'

red 171 ◦ green 152 ◦ blue 26

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

Shades of Lucky #AB981A

Tints of Lucky #AB981A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.55%

 BLUE value IS 26 (10.55% from 255) = 7.45%

R = 49%
G = 43.55%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB981A (or 0xAB981A) is known color: Lucky. HEX triplet: AB, 98 and 1A. RGB value is (171,152,26). Sum of RGB (Red+Green+Blue) = 171+152+26=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB981A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB981A is #5467E5. Grayscale: #8F8F8F. Windows color (decimal): -5531622 or 1743019. OLE color: 1743019.

HSL color Cylindrical-coordinate representation of color #AB981A: hue angle of 52.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB981A is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 152 26 -
CMYK 0 0.11 0.85 0.33
HSL 52.14º 0.74% 0.39% -
HSV(B) 52.14º 0.85% 0.67% -
XYZ 28.21 31.19 5.51 -
YUV 143.32 61.79 147.75 -
System Red Green Blue C M Y K H S L
Decimal 171 152 26 0 0.11 0.85 0.33 52.14 0.74 0.39
Hex AB 98 1A 0 B 55 21 34 4A 27
Octal 253 230 32 0 13 125 41 64 112 47
Binary 10101011 10011000 11010 0 1011 1010101 100001 110100 1001010 100111

Color Harmonies of #AB981A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB981A

Black with #AB981A

Text Example


Text Example

White with #AB981A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB981A; }

 p { color: rgb(171,152,26); }

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

background-color css

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

 a { background-color: rgb(171,152,26); }

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

border-color css

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

 span { border-color: rgb(171,152,26); }

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