Html Css Color HEX #ABA026 Lucky

📋 copy color: '#ABA026'

red 171 ◦ green 160 ◦ blue 38

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

Shades of Lucky #ABA026

Tints of Lucky #ABA026

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.36%

 BLUE value IS 38 (15.23% from 255) = 10.3%

R = 46.34%
G = 43.36%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#ABA026 (or 0xABA026) is known color: Lucky. HEX triplet: AB, A0 and 26. RGB value is (171,160,38). Sum of RGB (Red+Green+Blue) = 171+160+38=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA026 is #545FD9. Grayscale: #959595. Windows color (decimal): -5529562 or 2531499. OLE color: 2531499.

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

Color convert

RGB 171 160 38 -
CMYK 0 0.06 0.78 0.33
HSL 55.04º 0.64% 0.41% -
HSV(B) 55.04º 0.78% 0.67% -
XYZ 29.72 33.94 6.82 -
YUV 149.38 65.14 143.42 -
System Red Green Blue C M Y K H S L
Decimal 171 160 38 0 0.06 0.78 0.33 55.04 0.64 0.41
Hex AB A0 26 0 6 4E 21 37 40 29
Octal 253 240 46 0 6 116 41 67 100 51
Binary 10101011 10100000 100110 0 110 1001110 100001 110111 1000000 101001

Color Harmonies of #ABA026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA026

Black with #ABA026

Text Example


Text Example

White with #ABA026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA026; }

 p { color: rgb(171,160,38); }

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

background-color css

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

 a { background-color: rgb(171,160,38); }

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

border-color css

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

 span { border-color: rgb(171,160,38); }

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