Html Css Color HEX #ABA315 Lucky

📋 copy color: '#ABA315'

red 171 ◦ green 163 ◦ blue 21

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

Shades of Lucky #ABA315

Tints of Lucky #ABA315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.92%

R = 48.17%
G = 45.92%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#ABA315 (or 0xABA315) is known color: Lucky. HEX triplet: AB, A3 and 15. RGB value is (171,163,21). Sum of RGB (Red+Green+Blue) = 171+163+21=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA315 is #545CEA. Grayscale: #959595. Windows color (decimal): -5528811 or 1418155. OLE color: 1418155.

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

Color convert

RGB 171 163 21 -
CMYK 0 0.05 0.88 0.33
HSL 56.8º 0.78% 0.38% -
HSV(B) 56.8º 0.88% 0.67% -
XYZ 30.03 34.91 5.86 -
YUV 149.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 171 163 21 0 0.05 0.88 0.33 56.8 0.78 0.38
Hex AB A3 15 0 5 58 21 39 4E 26
Octal 253 243 25 0 5 130 41 71 116 46
Binary 10101011 10100011 10101 0 101 1011000 100001 111001 1001110 100110

Color Harmonies of #ABA315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA315

Black with #ABA315

Text Example


Text Example

White with #ABA315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA315; }

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

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

background-color css

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

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

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

border-color css

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

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

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