Html Css Color HEX #ABA226 Lucky

📋 copy color: '#ABA226'

red 171 ◦ green 162 ◦ blue 38

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

Shades of Lucky #ABA226

Tints of Lucky #ABA226

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.67%

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

R = 46.09%
G = 43.67%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#ABA226 (or 0xABA226) is known color: Lucky. HEX triplet: AB, A2 and 26. RGB value is (171,162,38). Sum of RGB (Red+Green+Blue) = 171+162+38=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA226 is #545DD9. Grayscale: #979797. Windows color (decimal): -5529050 or 2532011. OLE color: 2532011.

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

Color convert

RGB 171 162 38 -
CMYK 0 0.05 0.78 0.33
HSL 55.94º 0.64% 0.41% -
HSV(B) 55.94º 0.78% 0.67% -
XYZ 30.06 34.64 6.94 -
YUV 150.56 64.48 142.58 -
System Red Green Blue C M Y K H S L
Decimal 171 162 38 0 0.05 0.78 0.33 55.94 0.64 0.41
Hex AB A2 26 0 5 4E 21 38 40 29
Octal 253 242 46 0 5 116 41 70 100 51
Binary 10101011 10100010 100110 0 101 1001110 100001 111000 1000000 101001

Color Harmonies of #ABA226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA226

Black with #ABA226

Text Example


Text Example

White with #ABA226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA226; }

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

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

background-color css

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

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

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

border-color css

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

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

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