Html Css Color HEX #ABA125 Lucky

📋 copy color: '#ABA125'

red 171 ◦ green 161 ◦ blue 37

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

Shades of Lucky #ABA125

Tints of Lucky #ABA125

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.63%

 BLUE value IS 37 (14.84% from 255) = 10.03%

R = 46.34%
G = 43.63%
B = 10.03%

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

#ABA125 (or 0xABA125) is known color: Lucky. HEX triplet: AB, A1 and 25. RGB value is (171,161,37). Sum of RGB (Red+Green+Blue) = 171+161+37=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA125 is #545EDA. Grayscale: #969696. Windows color (decimal): -5529307 or 2466219. OLE color: 2466219.

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

Color convert

RGB 171 161 37 -
CMYK 0 0.06 0.78 0.33
HSL 55.52º 0.64% 0.41% -
HSV(B) 55.52º 0.78% 0.67% -
XYZ 29.87 34.28 6.79 -
YUV 149.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 171 161 37 0 0.06 0.78 0.33 55.52 0.64 0.41
Hex AB A1 25 0 6 4E 21 38 40 29
Octal 253 241 45 0 6 116 41 70 100 51
Binary 10101011 10100001 100101 0 110 1001110 100001 111000 1000000 101001

Color Harmonies of #ABA125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA125

Black with #ABA125

Text Example


Text Example

White with #ABA125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA125; }

 p { color: rgb(171,161,37); }

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

background-color css

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

 a { background-color: rgb(171,161,37); }

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

border-color css

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

 span { border-color: rgb(171,161,37); }

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