Html Css Color HEX #ABA229 Lucky

📋 copy color: '#ABA229'

red 171 ◦ green 162 ◦ blue 41

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

Shades of Lucky #ABA229

Tints of Lucky #ABA229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.96%

R = 45.72%
G = 43.32%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#ABA229 (or 0xABA229) is known color: Lucky. HEX triplet: AB, A2 and 29. RGB value is (171,162,41). Sum of RGB (Red+Green+Blue) = 171+162+41=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA229 is #545DD6. Grayscale: #979797. Windows color (decimal): -5529047 or 2728619. OLE color: 2728619.

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

Color convert

RGB 171 162 41 -
CMYK 0 0.05 0.76 0.33
HSL 55.85º 0.61% 0.42% -
HSV(B) 55.85º 0.76% 0.67% -
XYZ 30.12 34.66 7.2 -
YUV 150.9 65.98 142.34 -
System Red Green Blue C M Y K H S L
Decimal 171 162 41 0 0.05 0.76 0.33 55.85 0.61 0.42
Hex AB A2 29 0 5 4C 21 38 3D 2A
Octal 253 242 51 0 5 114 41 70 75 52
Binary 10101011 10100010 101001 0 101 1001100 100001 111000 111101 101010

Color Harmonies of #ABA229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA229

Black with #ABA229

Text Example


Text Example

White with #ABA229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA229; }

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

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

background-color css

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

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

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

border-color css

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

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

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