Html Css Color HEX #AB9A1A Lucky

📋 copy color: '#AB9A1A'

red 171 ◦ green 154 ◦ blue 26

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

Shades of Lucky #AB9A1A

Tints of Lucky #AB9A1A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.87%

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

R = 48.72%
G = 43.87%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB9A1A (or 0xAB9A1A) is known color: Lucky. HEX triplet: AB, 9A and 1A. RGB value is (171,154,26). Sum of RGB (Red+Green+Blue) = 171+154+26=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9A1A is #5465E5. Grayscale: #919191. Windows color (decimal): -5531110 or 1743531. OLE color: 1743531.

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

Color convert

RGB 171 154 26 -
CMYK 0 0.10 0.85 0.33
HSL 52.97º 0.74% 0.39% -
HSV(B) 52.97º 0.85% 0.67% -
XYZ 28.54 31.84 5.62 -
YUV 144.49 61.13 146.91 -
System Red Green Blue C M Y K H S L
Decimal 171 154 26 0 0.10 0.85 0.33 52.97 0.74 0.39
Hex AB 9A 1A 0 A 55 21 35 4A 27
Octal 253 232 32 0 12 125 41 65 112 47
Binary 10101011 10011010 11010 0 1010 1010101 100001 110101 1001010 100111

Color Harmonies of #AB9A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A1A

Black with #AB9A1A

Text Example


Text Example

White with #AB9A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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