Html Css Color HEX #ABA425 Lucky

📋 copy color: '#ABA425'

red 171 ◦ green 164 ◦ blue 37

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

Shades of Lucky #ABA425

Tints of Lucky #ABA425

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.09%

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

R = 45.97%
G = 44.09%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#ABA425 (or 0xABA425) is known color: Lucky. HEX triplet: AB, A4 and 25. RGB value is (171,164,37). Sum of RGB (Red+Green+Blue) = 171+164+37=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA425 is #545BDA. Grayscale: #989898. Windows color (decimal): -5528539 or 2466987. OLE color: 2466987.

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

Color convert

RGB 171 164 37 -
CMYK 0 0.04 0.78 0.33
HSL 56.87º 0.64% 0.41% -
HSV(B) 56.87º 0.78% 0.67% -
XYZ 30.4 35.34 6.97 -
YUV 151.62 63.32 141.83 -
System Red Green Blue C M Y K H S L
Decimal 171 164 37 0 0.04 0.78 0.33 56.87 0.64 0.41
Hex AB A4 25 0 4 4E 21 39 40 29
Octal 253 244 45 0 4 116 41 71 100 51
Binary 10101011 10100100 100101 0 100 1001110 100001 111001 1000000 101001

Color Harmonies of #ABA425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA425

Black with #ABA425

Text Example


Text Example

White with #ABA425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA425; }

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

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

background-color css

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

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

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

border-color css

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

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

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