Html Css Color HEX #AB9A2A Lucky

📋 copy color: '#AB9A2A'

red 171 ◦ green 154 ◦ blue 42

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

Shades of Lucky #AB9A2A

Tints of Lucky #AB9A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.44%

R = 46.59%
G = 41.96%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB9A2A (or 0xAB9A2A) is known color: Lucky. HEX triplet: AB, 9A and 2A. RGB value is (171,154,42). Sum of RGB (Red+Green+Blue) = 171+154+42=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9A2A is #5465D5. Grayscale: #929292. Windows color (decimal): -5531094 or 2792107. OLE color: 2792107.

HSL color Cylindrical-coordinate representation of color #AB9A2A: hue angle of 52.09º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB9A2A is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 154 42 -
CMYK 0 0.10 0.75 0.33
HSL 52.09º 0.61% 0.42% -
HSV(B) 52.09º 0.75% 0.67% -
XYZ 28.77 31.94 6.84 -
YUV 146.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 171 154 42 0 0.10 0.75 0.33 52.09 0.61 0.42
Hex AB 9A 2A 0 A 4B 21 34 3D 2A
Octal 253 232 52 0 12 113 41 64 75 52
Binary 10101011 10011010 101010 0 1010 1001011 100001 110100 111101 101010

Color Harmonies of #AB9A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A2A

Black with #AB9A2A

Text Example


Text Example

White with #AB9A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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