Html Css Color HEX #ABA224 Lucky

📋 copy color: '#ABA224'

red 171 ◦ green 162 ◦ blue 36

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

Shades of Lucky #ABA224

Tints of Lucky #ABA224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.76%

R = 46.34%
G = 43.9%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#ABA224 (or 0xABA224) is known color: Lucky. HEX triplet: AB, A2 and 24. RGB value is (171,162,36). Sum of RGB (Red+Green+Blue) = 171+162+36=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA224 is #545DDB. Grayscale: #969696. Windows color (decimal): -5529052 or 2400939. OLE color: 2400939.

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

Color convert

RGB 171 162 36 -
CMYK 0 0.05 0.79 0.33
HSL 56º 0.65% 0.41% -
HSV(B) 56º 0.79% 0.67% -
XYZ 30.03 34.63 6.77 -
YUV 150.33 63.48 142.75 -
System Red Green Blue C M Y K H S L
Decimal 171 162 36 0 0.05 0.79 0.33 56 0.65 0.41
Hex AB A2 24 0 5 4F 21 38 41 29
Octal 253 242 44 0 5 117 41 70 101 51
Binary 10101011 10100010 100100 0 101 1001111 100001 111000 1000001 101001

Color Harmonies of #ABA224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA224

Black with #ABA224

Text Example


Text Example

White with #ABA224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA224; }

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

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

background-color css

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

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

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

border-color css

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

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

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