Html Css Color HEX #AB9D28 Lucky

📋 copy color: '#AB9D28'

red 171 ◦ green 157 ◦ blue 40

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

Shades of Lucky #AB9D28

Tints of Lucky #AB9D28

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.66%

 BLUE value IS 40 (16.02% from 255) = 10.87%

R = 46.47%
G = 42.66%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB9D28 (or 0xAB9D28) is known color: Lucky. HEX triplet: AB, 9D and 28. RGB value is (171,157,40). Sum of RGB (Red+Green+Blue) = 171+157+40=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9D28 is #5462D7. Grayscale: #949494. Windows color (decimal): -5530328 or 2661803. OLE color: 2661803.

HSL color Cylindrical-coordinate representation of color #AB9D28: hue angle of 53.59º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB9D28 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 157 40 -
CMYK 0 0.08 0.77 0.33
HSL 53.59º 0.62% 0.41% -
HSV(B) 53.59º 0.77% 0.67% -
XYZ 29.23 32.93 6.82 -
YUV 147.85 67.14 144.51 -
System Red Green Blue C M Y K H S L
Decimal 171 157 40 0 0.08 0.77 0.33 53.59 0.62 0.41
Hex AB 9D 28 0 8 4D 21 36 3E 29
Octal 253 235 50 0 10 115 41 66 76 51
Binary 10101011 10011101 101000 0 1000 1001101 100001 110110 111110 101001

Color Harmonies of #AB9D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D28

Black with #AB9D28

Text Example


Text Example

White with #AB9D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D28; }

 p { color: rgb(171,157,40); }

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

background-color css

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

 a { background-color: rgb(171,157,40); }

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

border-color css

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

 span { border-color: rgb(171,157,40); }

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