Html Css Color HEX #AB8B1A Lucky

📋 copy color: '#AB8B1A'

red 171 ◦ green 139 ◦ blue 26

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

Shades of Lucky #AB8B1A

Tints of Lucky #AB8B1A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.37%

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

R = 50.89%
G = 41.37%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB8B1A (or 0xAB8B1A) is known color: Lucky. HEX triplet: AB, 8B and 1A. RGB value is (171,139,26). Sum of RGB (Red+Green+Blue) = 171+139+26=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8B1A is #5474E5. Grayscale: #888888. Windows color (decimal): -5534950 or 1739691. OLE color: 1739691.

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

Color convert

RGB 171 139 26 -
CMYK 0 0.19 0.85 0.33
HSL 46.76º 0.74% 0.39% -
HSV(B) 46.76º 0.85% 0.67% -
XYZ 26.21 27.2 4.85 -
YUV 135.69 66.1 153.19 -
System Red Green Blue C M Y K H S L
Decimal 171 139 26 0 0.19 0.85 0.33 46.76 0.74 0.39
Hex AB 8B 1A 0 13 55 21 2F 4A 27
Octal 253 213 32 0 23 125 41 57 112 47
Binary 10101011 10001011 11010 0 10011 1010101 100001 101111 1001010 100111

Color Harmonies of #AB8B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8B1A

Black with #AB8B1A

Text Example


Text Example

White with #AB8B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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