Html Css Color HEX #ABA325 Lucky

📋 copy color: '#ABA325'

red 171 ◦ green 163 ◦ blue 37

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

Shades of Lucky #ABA325

Tints of Lucky #ABA325

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.94%

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

R = 46.09%
G = 43.94%
B = 9.97%

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

#ABA325 (or 0xABA325) is known color: Lucky. HEX triplet: AB, A3 and 25. RGB value is (171,163,37). Sum of RGB (Red+Green+Blue) = 171+163+37=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA325 is #545CDA. Grayscale: #979797. Windows color (decimal): -5528795 or 2466731. OLE color: 2466731.

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

Color convert

RGB 171 163 37 -
CMYK 0 0.05 0.78 0.33
HSL 56.42º 0.64% 0.41% -
HSV(B) 56.42º 0.78% 0.67% -
XYZ 30.23 34.99 6.91 -
YUV 151.03 63.65 142.25 -
System Red Green Blue C M Y K H S L
Decimal 171 163 37 0 0.05 0.78 0.33 56.42 0.64 0.41
Hex AB A3 25 0 5 4E 21 38 40 29
Octal 253 243 45 0 5 116 41 70 100 51
Binary 10101011 10100011 100101 0 101 1001110 100001 111000 1000000 101001

Color Harmonies of #ABA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA325

Black with #ABA325

Text Example


Text Example

White with #ABA325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA325; }

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

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

background-color css

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

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

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

border-color css

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

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

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